diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-05-30 01:35:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-05-30 01:35:06 +0000 |
commit | f90fbb28d5fd816790870a8a929f67195e73ae74 (patch) | |
tree | 23521b0009d94c66aa80b5c9f4fd8f27d68b0787 /x11/xpenguins/Makefile | |
parent | 3e4e760fd4fb9177098b7629b6a60ad4dd67cdff (diff) | |
download | pkgsrc-f90fbb28d5fd816790870a8a929f67195e73ae74.tar.gz |
Little penguins walking along the tops of your windows
(Someone fix the images to display daemons! :-)
Diffstat (limited to 'x11/xpenguins/Makefile')
-rw-r--r-- | x11/xpenguins/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile new file mode 100644 index 00000000000..a6a7ef2f8c8 --- /dev/null +++ b/x11/xpenguins/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/30 01:35:06 hubertf Exp $ +# + +DISTNAME= xpenguins-1.2 +CATEGORIES= games x11 +MASTER_SITES= http://www.met.rdg.ac.uk/~swrhgnrj/xpenguins/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.met.rdg.ac.uk/~swrhgnrj/xpenguins/ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xpenguins ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xpenguins.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" |