1995-08-23 09:45:13 +00:00
|
|
|
# New ports collection makefile for: ical
|
|
|
|
# Date created: Mon Aug 28 13:35:31 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1995-08-23 09:45:13 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= ical
|
|
|
|
PORTVERSION= 2.2
|
1999-11-29 03:47:42 +00:00
|
|
|
CATEGORIES= deskutils tk82
|
1996-10-08 07:06:34 +00:00
|
|
|
MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
|
1995-08-23 09:45:13 +00:00
|
|
|
|
2000-04-23 22:59:51 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1995-10-28 20:35:56 +00:00
|
|
|
|
1999-11-29 03:47:42 +00:00
|
|
|
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
1995-08-23 09:45:13 +00:00
|
|
|
|
1996-10-08 07:06:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-12-24 18:39:48 +00:00
|
|
|
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.2 \
|
1999-11-29 03:47:42 +00:00
|
|
|
--with-tclhdir=${PREFIX}/include/tcl8.2 \
|
|
|
|
--with-tclsh=${PREFIX}/bin/tclsh8.2 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.2 \
|
|
|
|
--with-tkhdir=${PREFIX}/include/tk8.2
|
1998-01-01 21:46:48 +00:00
|
|
|
|
1996-11-17 09:06:37 +00:00
|
|
|
MAN1= ical.1
|
1995-08-23 09:45:13 +00:00
|
|
|
|
1997-05-01 21:50:14 +00:00
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/${DISTNAME}
|
|
|
|
|
1995-08-23 09:45:13 +00:00
|
|
|
.include <bsd.port.mk>
|