summaryrefslogtreecommitdiff
path: root/palm/syncal/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-10-02 16:43:47 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-10-02 16:43:47 +0000
commite02e609ae47c2c59ab1d648c8e82896e704a2a92 (patch)
tree423dc1661976589d56f3c409ce93b51f0943dca7 /palm/syncal/Makefile
parentFix the use of BIGENDIAN where it should not have been (diff)
upgrade to 0.8.1.
PR: 13690 Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=22120
Diffstat (limited to 'palm/syncal/Makefile')
-rw-r--r--palm/syncal/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/palm/syncal/Makefile b/palm/syncal/Makefile
index 74169836fc85..5f0ef8323c87 100644
--- a/palm/syncal/Makefile
+++ b/palm/syncal/Makefile
@@ -6,13 +6,11 @@
# $FreeBSD$
#
-DISTNAME= syncal-0.5
+DISTNAME= syncal-0.8.1
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/
+MASTER_SITES= http://hopf.math.nwu.edu/syncal/
-MAINTAINER= Lars.Koeller@Uni-Bielefeled.DE
+MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS= ical:${PORTSDIR}/deskutils/ical
@@ -26,6 +24,11 @@ MAN1= syncal.1
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.patched
${SED} -e "s:@@PREFIX@@:${PREFIX}:g" ${WRKSRC}/Makefile.patched > ${WRKSRC}/Makefile
+ ${MV} ${WRKSRC}/user.tcl ${WRKSRC}/user.tcl.patched
+ ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" ${WRKSRC}/user.tcl.patched > ${WRKSRC}/user.tcl
+ ${MV} ${WRKSRC}/ical.patch ${WRKSRC}/ical.patch.patched
+ ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" ${WRKSRC}/ical.patch.patched > ${WRKSRC}/ical.patch
+ ${RM} ${WRKSRC}/*.o
#
# ical V2.2 needs a little patch, don't know how to do better