From bdf60f7c4b5bdb3072339c7e1f3b03c49823d94f Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Thu, 18 May 2000 15:19:43 +0000 Subject: glife is a GNOME version of Conway's classic game of life --- games/glife/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 games/glife/Makefile (limited to 'games/glife/Makefile') 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 +# +# $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 -- cgit v1.2.3