2000-12-22 20:59:57 +01:00
|
|
|
# New ports collection makefile for: syncal
|
1999-06-09 02:25:42 +02:00
|
|
|
# Date created: So 7 Feb 1999 20:50:43 MET
|
2000-12-22 20:59:57 +01:00
|
|
|
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
|
1999-06-09 02:25:42 +02:00
|
|
|
#
|
1999-08-30 16:33:04 +02:00
|
|
|
# $FreeBSD$
|
1999-06-09 02:25:42 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= syncal
|
2004-03-16 21:22:51 +01:00
|
|
|
PORTVERSION= 0.8.9
|
2006-09-25 05:03:06 +02:00
|
|
|
PORTREVISION= 1
|
1999-06-09 02:25:42 +02:00
|
|
|
CATEGORIES= palm comms deskutils
|
2000-09-11 22:09:10 +02:00
|
|
|
MASTER_SITES= http://hopf.math.nwu.edu/syncal/ \
|
|
|
|
ftp://ftp.Uni-Bielefeld.DE/pub/systems/FreeBSD/lkoeller/
|
1999-06-09 02:25:42 +02:00
|
|
|
|
2005-11-25 23:29:24 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Synchronize your PalmPilot with ical
|
1999-06-09 02:25:42 +02:00
|
|
|
|
2006-09-25 05:03:06 +02:00
|
|
|
LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link
|
1999-06-09 02:25:42 +02:00
|
|
|
RUN_DEPENDS= ical:${PORTSDIR}/deskutils/ical
|
|
|
|
|
2006-09-25 05:32:25 +02:00
|
|
|
BROKEN= Does not build with new pilot-link
|
|
|
|
DEPRECATED= ${BROKEN}
|
|
|
|
EXPIRATION_DATE=2006-12-01
|
|
|
|
|
1999-06-09 02:25:42 +02:00
|
|
|
NO_PACKAGE= patches installed ical port
|
|
|
|
|
|
|
|
MAN1= syncal.1
|
|
|
|
|
|
|
|
post-patch:
|
2002-01-05 09:57:29 +01:00
|
|
|
.for file in Makefile user.tcl ical.patch
|
2003-01-20 21:56:45 +01:00
|
|
|
${REINPLACE_CMD} -e "s|\@\@PREFIX\@\@|${LOCALBASE}|g" ${WRKSRC}/${file}
|
2002-01-05 09:57:29 +01:00
|
|
|
.endfor
|
1999-06-09 02:25:42 +02: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>
|