diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-16 14:15:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-16 14:15:53 +0000 |
commit | ebcea233dbb12338bfd4c8ce0d2f0cee72ef4f4d (patch) | |
tree | b3be25da50ffeeb27a02f61063eeafc7566d4b19 /x11/xwit/Makefile | |
parent | 9c82eb852e67958e1032bcac6c8e4d030040c0fb (diff) | |
download | pkgsrc-ebcea233dbb12338bfd4c8ce0d2f0cee72ef4f4d.tar.gz |
Initial import of xwit-3.4: Utility for calling X11 functions from the
shell. From pkg/11789.
Diffstat (limited to 'x11/xwit/Makefile')
-rw-r--r-- | x11/xwit/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile new file mode 100644 index 00000000000..ab05df90bcb --- /dev/null +++ b/x11/xwit/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/16 14:15:53 wiz Exp $ +# + +DISTNAME= xwit-3.4 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} + +MAINTAINER= seb@pbox.org +COMMENT= Utility for calling X11 functions from the shell + +USE_IMAKE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xwit ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xwit.man ${PREFIX}/man/man1/xwit.1 + ${INSTALL_MAN} ${WRKSRC}/xwit.0 ${PREFIX}/man/cat1/xwit.0 + +.include "../../mk/bsd.pkg.mk" |