summaryrefslogtreecommitdiff
path: root/games/plib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/plib/Makefile')
-rw-r--r--games/plib/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/plib/Makefile b/games/plib/Makefile
new file mode 100644
index 00000000000..c321cd4514c
--- /dev/null
+++ b/games/plib/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/19 22:32:44 rh Exp $
+#
+
+DISTNAME= plib-1.0.20
+CATEGORIES= games x11
+MASTER_SITES= http://plib.sourceforge.net/dist/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://plib.sourceforge.net/
+
+DEPENDS+= Mesa-*:../../graphics/Mesa
+
+GNU_CONFIGURE= YES
+USE_X11= YES
+
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Dunix=1 -I${X11BASE}/include"
+
+.include "../../mk/bsd.pkg.mk"