2003-08-01 16:51:43 +02:00
|
|
|
# New ports collection makefile for: synce-librapi2
|
|
|
|
# Date created: 14 June 2003
|
|
|
|
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-07-27 16:28:19 +02:00
|
|
|
PORTNAME= librapi2
|
2009-10-12 11:35:22 +02:00
|
|
|
PORTVERSION= 0.14
|
2008-10-12 13:51:12 +02:00
|
|
|
CATEGORIES?= palm
|
2009-10-12 11:35:22 +02:00
|
|
|
MASTER_SITES= SF/synce/SynCE/${PORTVERSION}
|
2008-07-27 16:28:19 +02:00
|
|
|
PKGNAMEPREFIX?= synce-
|
2003-08-01 16:51:43 +02:00
|
|
|
|
2008-07-27 16:28:19 +02:00
|
|
|
MAINTAINER= webmaster@kibab.com
|
|
|
|
COMMENT?= Utilities/libraries to make RAPI calls on WinCE devices
|
2003-08-01 16:51:43 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
|
|
|
|
|
2012-06-04 14:06:57 +02:00
|
|
|
CONFLICTS= popular-[0-9]*
|
|
|
|
|
2003-08-01 16:51:43 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2013-04-27 20:25:24 +02:00
|
|
|
USES= pathfix iconv
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2008-07-27 16:28:19 +02:00
|
|
|
CONFIGURE_ARGS= --with-libiconv="${LOCALBASE}" \
|
|
|
|
--with-libsynce="${LOCALBASE}"
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(RAPI_SLAVE) && ${RAPI_SLAVE} == "pythonb"
|
|
|
|
CONFIGURE_ARGS+= --enable-python-bindings
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-python-bindings
|
|
|
|
|
|
|
|
MAN1= pcp.1 pkillall.1 pls.1 pmkdir.1 \
|
|
|
|
pmv.1 prm.1 prmdir.1 prun.1 \
|
|
|
|
psettime.1 pshortcut.1 pstatus.1 \
|
|
|
|
rapiconfig.1 synce-install-cab.1 \
|
|
|
|
synce-list-programs.1 synce-registry.1 \
|
|
|
|
synce-remove-program.1
|
|
|
|
MAN3= rapi_connection_from_name.3
|
2004-04-12 14:07:27 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.for f in synce-install-cab.in synce-remove-program.in
|
2008-07-27 16:28:19 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/script/${f}
|
2004-04-12 14:07:27 +02:00
|
|
|
.endfor
|
|
|
|
|
2008-07-27 16:28:19 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|