2000-12-22 14:59:57 -05:00
|
|
|
# New ports collection makefile for: syncal
|
1999-06-08 20:25:42 -04:00
|
|
|
# Date created: So 7 Feb 1999 20:50:43 MET
|
2000-12-22 14:59:57 -05:00
|
|
|
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
|
1999-06-08 20:25:42 -04:00
|
|
|
#
|
1999-08-30 10:33:04 -04:00
|
|
|
# $FreeBSD$
|
1999-06-08 20:25:42 -04:00
|
|
|
#
|
|
|
|
|
2000-04-13 15:19:05 -04:00
|
|
|
PORTNAME= syncal
|
2000-12-22 14:53:30 -05:00
|
|
|
PORTVERSION= 0.8.6
|
1999-06-08 20:25:42 -04:00
|
|
|
CATEGORIES= palm comms deskutils
|
2000-09-11 16:09:10 -04:00
|
|
|
MASTER_SITES= http://hopf.math.nwu.edu/syncal/ \
|
|
|
|
ftp://ftp.Uni-Bielefeld.DE/pub/systems/FreeBSD/lkoeller/
|
1999-06-08 20:25:42 -04:00
|
|
|
|
1999-10-02 12:43:47 -04:00
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
1999-06-08 20:25:42 -04:00
|
|
|
|
2001-09-03 03:39:33 -04:00
|
|
|
LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link
|
1999-06-08 20:25:42 -04:00
|
|
|
RUN_DEPENDS= ical:${PORTSDIR}/deskutils/ical
|
|
|
|
|
|
|
|
NO_PACKAGE= patches installed ical port
|
|
|
|
|
|
|
|
MAN1= syncal.1
|
|
|
|
|
|
|
|
post-patch:
|
2002-01-05 03:57:29 -05:00
|
|
|
.for file in Makefile user.tcl ical.patch
|
|
|
|
${PERL} -pi -e "s|\@\@PREFIX\@\@|${LOCALBASE}|g" ${WRKSRC}/${file}
|
|
|
|
.endfor
|
1999-06-08 20:25:42 -04:00
|
|
|
|
|
|
|
# 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>
|