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$
|
|
|
|
|
|
|
|
PORTNAME= synce-librapi2
|
2007-01-26 01:46:00 +01:00
|
|
|
PORTVERSION= 0.9.3
|
2003-08-01 16:51:43 +02:00
|
|
|
CATEGORIES= palm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= synce
|
2007-01-26 01:46:00 +01:00
|
|
|
DISTNAME= synce-librapi-${PORTVERSION}
|
2003-08-01 16:51:43 +02:00
|
|
|
|
2005-10-29 06:25:00 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-01 16:51:43 +02:00
|
|
|
COMMENT= Utilities/libraries to make RAPI calls on WinCE devices
|
|
|
|
|
2007-01-27 18:37:06 +01:00
|
|
|
BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config
|
2003-08-01 16:51:43 +02:00
|
|
|
LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
|
|
|
|
|
2006-05-10 13:55:20 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2003-08-28 11:35:20 +02:00
|
|
|
|
2003-12-16 20:49:05 +01:00
|
|
|
MAN1= pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 rapiconfig.1 synce-install-cab.1 synce-remove-program.1 synce-list-programs.1
|
2003-08-01 16:51:43 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-03-12 11:40:36 +01:00
|
|
|
USE_ICONV= yes
|
2007-01-26 01:46:00 +01:00
|
|
|
WRKSRC= ${WRKDIR}/librapi-${PORTVERSION}
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2007-01-26 01:46:00 +01:00
|
|
|
CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} \
|
2007-07-23 11:36:51 +02:00
|
|
|
--with-libsynce=${LOCALBASE}
|
2003-08-01 16:51:43 +02:00
|
|
|
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-04-12 14:07:27 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.for f in synce-install-cab.in synce-remove-program.in
|
|
|
|
@${REINPLACE_CMD} -e 's+bin/bash+bin/sh+' ${WRKSRC}/script/${f}
|
|
|
|
.endfor
|
|
|
|
|
2003-08-01 16:51:43 +02:00
|
|
|
.include <bsd.port.mk>
|