1995-08-23 11:45:13 +02:00
|
|
|
# New ports collection makefile for: ical
|
|
|
|
# Date created: Mon Aug 28 13:35:31 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1995-08-23 11:45:13 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= ical
|
|
|
|
PORTVERSION= 2.2
|
2002-03-19 05:42:56 +01:00
|
|
|
PORTREVISION= 1
|
|
|
|
CATEGORIES= deskutils tk83
|
2000-05-14 07:06:56 +02:00
|
|
|
MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \
|
|
|
|
ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ \
|
|
|
|
ftp://ftp.netsw.org/netsw/X11/Tools/Desktop/ \
|
|
|
|
ftp://ftp.kddlabs.co.jp/sourceforge/ical/ \
|
|
|
|
ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/shellutil/
|
1995-08-23 11:45:13 +02:00
|
|
|
|
2000-11-06 13:02:00 +01:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A calendar application
|
1995-10-28 21:35:56 +01:00
|
|
|
|
2002-03-19 05:42:56 +01:00
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
1995-08-23 11:45:13 +02:00
|
|
|
|
1996-10-08 09:06:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-03-19 05:42:56 +01:00
|
|
|
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.3 \
|
|
|
|
--with-tclhdir=${PREFIX}/include/tcl8.3 \
|
|
|
|
--with-tclsh=${PREFIX}/bin/tclsh8.3 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.3 \
|
|
|
|
--with-tkhdir=${PREFIX}/include/tk8.3
|
1998-01-01 22:46:48 +01:00
|
|
|
|
1996-11-17 10:06:37 +01:00
|
|
|
MAN1= ical.1
|
1995-08-23 11:45:13 +02:00
|
|
|
|
1997-05-01 23:50:14 +02:00
|
|
|
post-install:
|
2003-09-24 11:37:11 +02:00
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/${DISTNAME}
|
1997-05-01 23:50:14 +02:00
|
|
|
|
1995-08-23 11:45:13 +02:00
|
|
|
.include <bsd.port.mk>
|