diff options
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile new file mode 100644 index 00000000000..244458967d9 --- /dev/null +++ b/games/dopewars/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/01 08:27:30 garbled Exp $ + +DISTNAME= dopewars-1.4.3 +CATEGORIES= games +MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ + +MAINTAINER= root@garbled.net +HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ + +DEPENDS+= ncurses-1.9.9g:../../devel/ncurses + +ALL_TARGET= dopewars +LDFLAGS+= -L${LOCALBASE}/lib + +.include "../../mk/bsd.pkg.mk" |