summaryrefslogtreecommitdiff
path: root/games/glife/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-05-18 15:19:43 +0000
committerAde Lovett <ade@FreeBSD.org>2000-05-18 15:19:43 +0000
commitbdf60f7c4b5bdb3072339c7e1f3b03c49823d94f (patch)
treed613f1e89329ebc58aa5b0dd2f07c3a85726f347 /games/glife/Makefile
parentUpdate to 0.8.0 (diff)
glife is a GNOME version of Conway's classic game of life
Notes
Notes: svn path=/head/; revision=28558
Diffstat (limited to 'games/glife/Makefile')
-rw-r--r--games/glife/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/glife/Makefile b/games/glife/Makefile
new file mode 100644
index 000000000000..714fa80341fa
--- /dev/null
+++ b/games/glife/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: glife
+# Date created: 18th May 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= glife
+PORTVERSION= 0.2.1
+CATEGORIES= games gnome
+MASTER_SITES= http://download.sourceforge.net/glife/
+DISTNAME= gLife-${PORTVERSION}
+
+MAINTAINER= ade@FreeBSD.org
+
+LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
+ glade.3:${PORTSDIR}/devel/libglade
+
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>