summaryrefslogtreecommitdiff
path: root/games/znibbles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/znibbles/Makefile')
-rw-r--r--games/znibbles/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile
new file mode 100644
index 000000000000..9d9c26df0388
--- /dev/null
+++ b/games/znibbles/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: znibbles
+# Version required: 0.0.7
+# Date created: 21 Aug 1999
+# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
+#
+# $FreeBSD$
+#
+
+DISTNAME= znibbles-0.0.7
+CATEGORIES= games
+MASTER_SITES= http://www.stud.enst.fr/~vmallet/archives/
+
+MAINTAINER= yinjieh@csie.nctu.edu.tw
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+HAS_CONFIGURE= yes
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
+ GLIB_CONFIG="${GLIB_CONFIG}"
+
+MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6
+
+post-install:
+ @strip ${PREFIX}/bin/nibbles
+ @strip ${PREFIX}/bin/znibbles
+ @strip ${PREFIX}/bin/znibblesX
+ @strip ${PREFIX}/bin/gznibbles
+
+.include <bsd.port.mk>