summaryrefslogtreecommitdiff
path: root/misc/ical/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-02-17 19:13:01 +0000
committertron <tron>1998-02-17 19:13:01 +0000
commita45a3ee4808385447fa8e97f46cfcf2d56a0c2e0 (patch)
treec01245e8335efe0602a97aff99ce614a69244dd0 /misc/ical/Makefile
parent93b063b993c04e8f177b11f74834347235060960 (diff)
downloadpkgsrc-a45a3ee4808385447fa8e97f46cfcf2d56a0c2e0.tar.gz
Initial import of FreeBSD's "ical" port on request by Perry.
Diffstat (limited to 'misc/ical/Makefile')
-rw-r--r--misc/ical/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/ical/Makefile b/misc/ical/Makefile
new file mode 100644
index 00000000000..9ec66deb4ca
--- /dev/null
+++ b/misc/ical/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: ical
+# Version required: 2.1
+# Date created: Mon Aug 28 13:35:31 CDT 1995
+# Whom: erich@rrnet.com
+#
+# $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp
+#
+
+DISTNAME= ical-2.2
+CATEGORIES= misc
+MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
+
+MAINTAINER= erich@FreeBSD.ORG
+
+LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX} \
+ --with-tclconfig=${PREFIX}/lib/tcl8.0 \
+ --with-tclhdir=${PREFIX}/include/tcl8.0 \
+ --with-tclsh=${PREFIX}/bin/tclsh8.0 \
+ --with-tkconfig=${PREFIX}/lib/tk8.0 \
+ --with-tkhdir=${PREFIX}/include/tk8.0
+
+MAN1= ical.1
+
+post-install:
+ @strip ${PREFIX}/bin/${DISTNAME}
+
+.include <bsd.port.mk>