summaryrefslogtreecommitdiffstats
path: root/games/glife/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 01:53:54 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 01:53:54 +0800
commit42e1d052cd9d135da30fd4ece32cdb15f0c377ca (patch)
tree9d3d88d541265db7cc93238d8a5384c0037debeb /games/glife/Makefile
parentd759a2a0c7e333a2ca526e94875dbeac5feeeef3 (diff)
downloadmarcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.gz
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.bz2
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.lz
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.xz
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.zst
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9256 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/glife/Makefile')
-rw-r--r--games/glife/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/games/glife/Makefile b/games/glife/Makefile
new file mode 100644
index 000000000..46f6c010d
--- /dev/null
+++ b/games/glife/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: glife
+# Date created: 18th May 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= glife
+PORTVERSION= 0.2.1
+PORTREVISION= 5
+CATEGORIES= games gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= gLife-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Conway's Game of Life for GNOME
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomeprefix gnomehack libglade
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
+ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>