3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# New ports collection makefile for: synce-rra
|
|
# Date created: March 2004
|
|
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= synce-rra
|
|
PORTVERSION= 0.8.9
|
|
CATEGORIES= palm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= synce
|
|
|
|
PATCH_SITES= http://sam.stral.net/freebsd/
|
|
PATCHFILES= librra-synce-kde-0.7-freebsd.diff
|
|
|
|
MAINTAINER= boris@brooknet.com.au
|
|
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_LIBTOOL_VER=13
|
|
USE_REINPLACE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|stdint.h|sys/types.h|' \
|
|
${WRKSRC}/lib/generator.h ${WRKSRC}/lib/recurrence_internal.h \
|
|
${WRKSRC}/lib/rrac.h
|
|
|
|
.include <bsd.port.mk>
|