diff options
Diffstat (limited to 'misc/cowsay/Makefile')
-rw-r--r-- | misc/cowsay/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/cowsay/Makefile b/misc/cowsay/Makefile new file mode 100644 index 00000000000..ba3605fd7b9 --- /dev/null +++ b/misc/cowsay/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/03/25 20:13:23 jlam Exp $ + +DISTNAME= cowsay-3.02 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.nog.net/pub/tony/cowsay/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.nog.net/~tony/warez/cowsay.shtml + +USE_PERL5= # defined + +NO_CONFIGURE= # defined +NO_BUILD= # defined + +do-install: + cd ${WRKSRC}; ${SH} install.sh ${PREFIX} + +.include "../../mk/bsd.pkg.mk" |