summaryrefslogtreecommitdiff
path: root/sysutils/tkcron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/tkcron/Makefile')
-rw-r--r--sysutils/tkcron/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/tkcron/Makefile b/sysutils/tkcron/Makefile
new file mode 100644
index 00000000000..81d62169c04
--- /dev/null
+++ b/sysutils/tkcron/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 23:07:45 jwise Exp $
+#
+
+DISTNAME= tkcron-2.12
+CATEGORIES= x11 tk
+MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
+EXTRACT_SUFX= .tcl.gz
+
+MAINTAINER= packages@netbsd.org
+
+DEPENDS+= tk-8.3.2:../../x11/tk
+
+USE_X11= yes
+EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > tkcron.tcl
+NO_WRKSUBDIR= yes
+
+do-build:
+ ${SED} -e "\:/usr/local/bin/wish: s;;${LOCALBASE}/bin/wish;g" ${WRKSRC}/tkcron.tcl > ${WRKSRC}/tkcron
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/tkcron ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"