2004-03-13 21:44:14 +00:00
|
|
|
# New ports collection makefile for: synce-rra
|
|
|
|
# Date created: March 2004
|
|
|
|
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= synce-rra
|
2005-08-01 17:27:28 +00:00
|
|
|
PORTVERSION= 0.9.1
|
2004-03-13 21:44:14 +00:00
|
|
|
CATEGORIES= palm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= synce
|
|
|
|
|
2005-10-29 04:25:00 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-13 21:44:14 +00:00
|
|
|
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
|
2007-03-23 22:02:30 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-03-13 21:44:14 +00:00
|
|
|
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
|
2006-08-15 00:56:24 +00:00
|
|
|
USE_LDCONFIG= yes
|
2004-03-13 21:44:14 +00:00
|
|
|
|
2005-01-08 21:39:58 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-Werror||g' \
|
|
|
|
${WRKSRC}/lib/Makefile.in
|
|
|
|
|
2007-03-23 22:00:00 +00:00
|
|
|
.include <bsd.port.mk>
|