summaryrefslogtreecommitdiff
path: root/games/gnomememoryblocks/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-07-10 15:55:37 +0000
committerAde Lovett <ade@FreeBSD.org>2000-07-10 15:55:37 +0000
commit75698a6b5db8dc3de23161d80d8f7b3be433cd42 (patch)
tree04059a222bfc5e84135a0f6ac159ca1fc0df7ed2 /games/gnomememoryblocks/Makefile
parentRe-adding the icqmail (version 1.2) port in ports/mail. (diff)
A version of the classic memory blocks game for GNOME
Notes
Notes: svn path=/head/; revision=30451
Diffstat (limited to 'games/gnomememoryblocks/Makefile')
-rw-r--r--games/gnomememoryblocks/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile
new file mode 100644
index 000000000000..7fbbefd37d3c
--- /dev/null
+++ b/games/gnomememoryblocks/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gnomememoryblocks
+# Date created: 10th July 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomememoryblocks
+PORTVERSION= 0.1
+CATEGORIES= games gnome
+# This should be ${MASTER_SITE_SOURCEFORGE} but doesn't appear to be
+# linked in the right places at the moment
+MASTER_SITES= http://gnome-memblocks.sourceforge.net/downloads/ \
+ ftp://gnome-memblocks.sourceforge.net/pub/gnome-memblocks/
+DISTNAME= gnome-memblocks-${PORTVERSION}
+
+MAINTAINER= ade@FreeBSD.org
+
+LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
+ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
+RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_LIBTOOL= 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>