diff options
Diffstat (limited to 'palm/synce-librra/Makefile')
-rw-r--r-- | palm/synce-librra/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile deleted file mode 100644 index 472af7a49afc..000000000000 --- a/palm/synce-librra/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: synce-rra -# Date created: March 2004 -# Whom: Sam Lawrance <boris@brooknet.com.au> -# -# $FreeBSD$ - -PORTNAME= synce-rra -PORTVERSION= 0.9.1 -CATEGORIES= palm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= synce - -MAINTAINER= ports@FreeBSD.org -COMMENT= Remote Replication Agent Connection protocol library - -LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \ - rapi.2:${PORTSDIR}/palm/synce-librapi2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir -RUN_DEPENDS= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir - -MAN1= synce-matchmaker.1 - -USE_ICONV= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/lib/Makefile.in - -.include <bsd.port.mk> |