diff options
author | pav <pav@FreeBSD.org> | 2004-03-14 05:44:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-14 05:44:14 +0800 |
commit | 4bf7f8a7dc2ce43b624726f8972ad838bceb3369 (patch) | |
tree | ee70f36051efa586ad6c938aceecdfe2794d2fc4 /palm/synce-rra/Makefile | |
parent | 556df48a62b69c8853a407a2ddd15d902ff3bf4e (diff) | |
download | freebsd-ports-gnome-4bf7f8a7dc2ce43b624726f8972ad838bceb3369.tar.gz freebsd-ports-gnome-4bf7f8a7dc2ce43b624726f8972ad838bceb3369.tar.zst freebsd-ports-gnome-4bf7f8a7dc2ce43b624726f8972ad838bceb3369.zip |
Add synce-rra, a project for connecting to devices running Windows CE or Pocket PC.
RRA implements the Remote Replication Agent Connection protocol for
synchronising objects between a Windows CE device and other computer.
PR: ports/64135
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'palm/synce-rra/Makefile')
-rw-r--r-- | palm/synce-rra/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/palm/synce-rra/Makefile b/palm/synce-rra/Makefile new file mode 100644 index 000000000000..cb09c001c3f6 --- /dev/null +++ b/palm/synce-rra/Makefile @@ -0,0 +1,38 @@ +# 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= yes +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> |