summaryrefslogtreecommitdiff
path: root/games/pacman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/pacman/Makefile')
-rw-r--r--games/pacman/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/pacman/Makefile b/games/pacman/Makefile
new file mode 100644
index 00000000000..2d2155649c2
--- /dev/null
+++ b/games/pacman/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/21 22:58:26 garbled Exp $
+
+DISTNAME= Pacman-1.0.0
+CATEGORIES= games x11
+MASTER_SITES= http://dark.x.dtu.dk/clansoft/clanlib/download/
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.clanlib.org/
+
+DEPENDS+= ClanLib-0.1.15:../../graphics/ClanLib
+
+USE_X11BASE= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS+= -I${X11BASE}/include
+MAKE_ENV+= LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
+
+.include "../../mk/bsd.pkg.mk"