summaryrefslogtreecommitdiff
path: root/games/atomix/Makefile
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-02-04 13:02:44 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-02-04 13:02:44 +0000
commitb5a1cba99051445d37aa2667cda858b7be3cd675 (patch)
tree23388f4a5770c0641adde1ac7a98e0e8864490b0 /games/atomix/Makefile
parentAdd diacanvas (diff)
Initial import.
another mind game.
Notes
Notes: svn path=/head/; revision=25472
Diffstat (limited to 'games/atomix/Makefile')
-rw-r--r--games/atomix/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
new file mode 100644
index 000000000000..4fc0eb81f53a
--- /dev/null
+++ b/games/atomix/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: atomix
+# Version required: 0.2.0-1
+# Date created: 30 January 2000
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= atomix-0.2.0-1
+PKGNAME= atomix-0.2.0.1
+CATEGORIES= games
+MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/
+
+MAINTAINER= nakai@FreeBSD.org
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>