diff options
author | minoura <minoura> | 2001-03-05 09:33:37 +0000 |
---|---|---|
committer | minoura <minoura> | 2001-03-05 09:33:37 +0000 |
commit | 2ad7dfad4501563a312e2b67fad31c80dd11d144 (patch) | |
tree | de15bee2b1ffaadb427eebf92d87d3df645c6733 /x11/xtoolwait/Makefile | |
parent | 265fec592eb5e439d79a48426c5c89383cd0614f (diff) | |
download | pkgsrc-2ad7dfad4501563a312e2b67fad31c80dd11d144.tar.gz |
xtoolwait, free implementation of SunOS toolwait(1).
Diffstat (limited to 'x11/xtoolwait/Makefile')
-rw-r--r-- | x11/xtoolwait/Makefile | 14 |
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" |