summaryrefslogtreecommitdiff
path: root/time/ical/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-17 23:32:09 +0000
committerwiz <wiz@pkgsrc.org>2000-12-17 23:32:09 +0000
commitdf7948804e18401baeb9f3f2ca9b7ded3f4f66c7 (patch)
tree73288b5bb97270ccddd92731e20bbfff8858d306 /time/ical/Makefile
parent389033175de2a6d1922929cf5b7598f2da56932a (diff)
downloadpkgsrc-df7948804e18401baeb9f3f2ca9b7ded3f4f66c7.tar.gz
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/ical/Makefile')
-rw-r--r--time/ical/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/time/ical/Makefile b/time/ical/Makefile
new file mode 100644
index 00000000000..18a95582878
--- /dev/null
+++ b/time/ical/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:10 wiz Exp $
+# $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp
+#
+
+DISTNAME= ical-2.2
+CATEGORIES= time
+MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/
+
+DEPENDS+= tk>=8.3.2:../../x11/tk
+
+USE_X11= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX} \
+ --with-tclconfig=${PREFIX}/lib \
+ --with-tclsh=${PREFIX}/bin/tclsh \
+ --with-tkconfig=${PREFIX}/lib
+
+post-install:
+ @strip ${PREFIX}/bin/${DISTNAME}
+
+.include "../../mk/bsd.pkg.mk"