summaryrefslogtreecommitdiff
path: root/x11/xtoolwait/Makefile
diff options
context:
space:
mode:
authorminoura <minoura>2001-03-05 09:33:37 +0000
committerminoura <minoura>2001-03-05 09:33:37 +0000
commite661e329ea0caa4bdb30f374e4161bc90730ab31 (patch)
treede15bee2b1ffaadb427eebf92d87d3df645c6733 /x11/xtoolwait/Makefile
parent625352024342434efae20dab6f8997228df303f1 (diff)
downloadpkgsrc-e661e329ea0caa4bdb30f374e4161bc90730ab31.tar.gz
xtoolwait, free implementation of SunOS toolwait(1).
Diffstat (limited to 'x11/xtoolwait/Makefile')
-rw-r--r--x11/xtoolwait/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile
new file mode 100644
index 00000000000..357e64b3e12
--- /dev/null
+++ b/x11/xtoolwait/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/05 09:33:37 minoura Exp $
+#
+
+DISTNAME= xtoolwait-1.3
+CATEGORIES= x11
+MASTER_SITES= http://www.hacom.nl/~richard/software/
+
+MAINTAINER= minoura@netbsd.org
+HOMEPAGE= http://www.hacom.nl/~richard/software/xtoolwait.html
+COMMENT= Free implementation of SunOS toolwait(1).
+
+USE_IMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"