From 75698a6b5db8dc3de23161d80d8f7b3be433cd42 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Mon, 10 Jul 2000 15:55:37 +0000 Subject: A version of the classic memory blocks game for GNOME --- games/gnomememoryblocks/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 games/gnomememoryblocks/Makefile (limited to 'games/gnomememoryblocks/Makefile') 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 +# +# $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 -- cgit v1.2.3