summaryrefslogtreecommitdiff
path: root/x11/tkinfo/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
commit240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /x11/tkinfo/Makefile
parent652e2956ee0721786181dcf43d7559a17c9b93f9 (diff)
downloadpkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz
Import as of 09/25/97
Diffstat (limited to 'x11/tkinfo/Makefile')
-rw-r--r--x11/tkinfo/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/tkinfo/Makefile b/x11/tkinfo/Makefile
new file mode 100644
index 00000000000..62b8d7eeb99
--- /dev/null
+++ b/x11/tkinfo/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: tkinfo
+# Version required: 1.5
+# Date created: 16 Jan 1995
+# Whom: thomas@ghpc8.ihf.rwth-aachen.de
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:03 hubertf Exp $
+#
+
+DISTNAME= tkinfo-1.5
+CATEGORIES= misc tk41
+MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \
+ http://math-www.uni-paderborn.de/~axel/tkinfo/
+
+MAINTAINER= tg@freebsd.org
+
+RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
+NO_BUILD= yes
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
+
+.include <bsd.port.mk>