summaryrefslogtreecommitdiff
path: root/x11/tkcron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/tkcron/Makefile')
-rw-r--r--x11/tkcron/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/tkcron/Makefile b/x11/tkcron/Makefile
new file mode 100644
index 00000000000..f4b2d23dccb
--- /dev/null
+++ b/x11/tkcron/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: tkcron-2.12
+# Version required: 2.12
+# Date created: 30 July 1996
+# Whom: Sander Vesik <sander@haldjas.folklore.ee>
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:02 hubertf Exp $
+#
+
+DISTNAME= tkcron-2.12
+DISTFILES= tkcron-2.12.tcl.gz
+CATEGORIES= misc tk41
+MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
+EXTRACT_SUFX= .tcl.gz
+
+MAINTAINER= sander@haldjas.folklore.ee
+
+RUN_DEPENDS= wish4\.1:${PORTSDIR}/x11/tk41
+
+EXTRACT_CMD= ${GZIP_CMD}
+EXTRACT_BEFORE_ARGS= -cd
+EXTRACT_AFTER_ARGS= > tkcron.tcl
+NO_WRKSUBDIR= yes
+
+post-extract:
+ @${CP} ${FILESDIR}/Makefile ${WRKSRC}
+
+.include <bsd.port.mk>