summaryrefslogtreecommitdiff
path: root/palm/syncal/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-09 00:25:42 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-09 00:25:42 +0000
commit0018ea21c0adae70eb43cb78f6bed6b0976311dd (patch)
tree3823910b21256eed6ce2c8d43b1b03b5c72d5176 /palm/syncal/Makefile
parentMake this port honor CFLAGS. (diff)
Initial impoirt of syncal version 0.5.
Synchronize your PalmPilot with ical. PR: 11304 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
Notes
Notes: svn path=/head/; revision=19349
Diffstat (limited to 'palm/syncal/Makefile')
-rw-r--r--palm/syncal/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/palm/syncal/Makefile b/palm/syncal/Makefile
new file mode 100644
index 000000000000..038deddd3db3
--- /dev/null
+++ b/palm/syncal/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: tclock
+# Version required: 1.0.1
+# Date created: So 7 Feb 1999 20:50:43 MET
+# Whom: Lars Koeller <lkoeller@cc.fh-lippe.de>
+#
+# $Id$
+#
+
+DISTNAME= syncal-0.5
+CATEGORIES= palm comms deskutils
+MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ \
+ http://www.daveltd.com/pilot/PalmOS/ \
+ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
+
+MAINTAINER= Lars.Koeller@Uni-Bielefeled.DE
+
+LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link
+RUN_DEPENDS= ical:${PORTSDIR}/deskutils/ical
+
+NO_PACKAGE= patches installed ical port
+
+PREFIX= ${LOCALBASE}/pilot
+
+MAN1= syncal.1
+
+post-patch:
+ ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.patched
+ ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" ${WRKSRC}/Makefile.patched > ${WRKSRC}/Makefile
+
+#
+# ical V2.2 needs a little patch, don't know how to do better
+# perhaps the patch should be included int ical port by default
+# Please have a look at this experts :-)
+#
+post-install:
+ -cd ${LOCALBASE}/lib/ical/v2.2; \
+ ${PATCH} -f < ${WRKSRC}/ical.patch
+
+.include <bsd.port.mk>