diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-01 14:52:45 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-01 14:52:45 +0000 |
commit | bbe7d892ae0090ce3b6323b7aa430b4272e5bb37 (patch) | |
tree | 8512ae804fffa18519e9c8a88a5bffa680ddc522 /games/xpipeman/Makefile | |
parent | d3275ee40b12e2ecfe368322e09882b2f1af2d57 (diff) | |
download | pkgsrc-bbe7d892ae0090ce3b6323b7aa430b4272e5bb37.tar.gz |
Initial addition of xpipeman-1.5, a connect the pipes to contain the
water flow game for X11. Closes pr 5889 by Tim Rightnour.
Diffstat (limited to 'games/xpipeman/Makefile')
-rw-r--r-- | games/xpipeman/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile new file mode 100644 index 00000000000..ceffabcdbf1 --- /dev/null +++ b/games/xpipeman/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 1998/08/01 14:52:45 frueauf Exp $ +# + +DISTNAME= xpipeman-1.5 +CATEGORIES= games x11 +MASTER_SITES= http://www.spinne.com/x/games/xpipeman/ + +MAINTAINER= root@garbled.net + +WRKSRC= ${WRKDIR}/xpipeman + +USE_IMAKE= yes + +do-install: + ${INSTALL} -o bin -g games -m 2755 ${WRKSRC}/xpipeman \ + ${X11BASE}/bin/xpipeman + ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${X11BASE}/man/man6/xpipeman.6 + ${INSTALL} -d -o bin -g games -m 0775 ${X11BASE}/share/xpipeman + ${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores \ + ${X11BASE}/share/xpipeman + +.include "../../mk/bsd.pkg.mk" |