diff options
Diffstat (limited to 'games/sex/Makefile')
-rw-r--r-- | games/sex/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/sex/Makefile b/games/sex/Makefile new file mode 100644 index 00000000000..56333a562e3 --- /dev/null +++ b/games/sex/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 09:51:52 bjs Exp $ + +DISTNAME= sex-1.0 +CATEGORIES= games +MASTER_SITES= http://spatula.net/software/sex/ + +MAINTAINER= jfranz@bsdprojects.net +COMMENT= Yet another program for spouting silly, random phrases + +PKG_DESTDIR_SUPPORT= user-destdir + +AUTO_MKDIRS= yes +USE_BSD_MAKEFILE= yes + +MAKE_ENV+= MKCATPAGES=no + +.include "../../mk/bsd.pkg.mk" |