View | Details | Raw Unified | Return to bug 56060
Collapse All | Expand All

(-)Makefile (-4 / +9 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/palm/synce-librapi2/Makefile,v 1.1 2003/08/01 14:51:43 arved Exp $
5
# $FreeBSD: ports/palm/synce-librapi2/Makefile,v 1.1 2003/08/01 14:51:43 arved Exp $
6
6
7
PORTNAME=	synce-librapi2
7
PORTNAME=	synce-librapi2
8
PORTVERSION=	0.7
8
PORTVERSION=	0.8
9
CATEGORIES=	palm
9
CATEGORIES=	palm
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITE_SUBDIR=	synce
11
MASTER_SITE_SUBDIR=	synce
Lines 13-27 Link Here
13
MAINTAINER=	boris@brooknet.com.au
13
MAINTAINER=	boris@brooknet.com.au
14
COMMENT=	Utilities/libraries to make RAPI calls on WinCE devices
14
COMMENT=	Utilities/libraries to make RAPI calls on WinCE devices
15
15
16
LIB_DEPENDS+=	iconv.3:${PORTSDIR}/converters/libiconv
16
LIB_DEPENDS+=	synce.0:${PORTSDIR}/palm/synce-libsynce
17
LIB_DEPENDS+=	synce.0:${PORTSDIR}/palm/synce-libsynce
17
18
18
MAN1=		pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 synce-install-cab.1
19
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "amd64"
20
 IGNORE=	"Does not build on ${MACHINE_ARCH}"
21
.endif
22
23
MAN1=		pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 synce-install-cab.1 synce-remove-program.1 synce-list-programs.1
19
24
20
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
21
USE_LIBTOOL=	yes
26
USE_LIBTOOL=	yes
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
27
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_ARGS+=	--program-transform-name=""
28
CONFIGURE_ARGS+=	--with-libiconv=${LOCALBASE}
24
CONFIGURE_ARGS+=	--with-libsynce=${PREFIX}
29
CONFIGURE_ARGS+=	--with-libsynce=${LOCALBASE}
25
30
26
INSTALLS_SHLIB=	yes
31
INSTALLS_SHLIB=	yes
27
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (synce-librapi2-0.7.tar.gz) = ef33965cb97127a54053f8084487a347
1
MD5 (synce-librapi2-0.8.tar.gz) = eadf2ddfe9300c531472120f406cfd5b
(-)pkg-plist (+1 lines)
Lines 6-11 Link Here
6
bin/prmdir
6
bin/prmdir
7
bin/prun
7
bin/prun
8
bin/pstatus
8
bin/pstatus
9
bin/rapiconfig
9
bin/synce-install-cab
10
bin/synce-install-cab
10
bin/synce-list-programs
11
bin/synce-list-programs
11
bin/synce-remove-program
12
bin/synce-remove-program

Return to bug 56060