summaryrefslogtreecommitdiffstats
path: root/games/gnomegames2/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-19 09:25:55 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-19 09:25:55 +0800
commitc4a9813376b53fce979daa71885ebe7b9b019086 (patch)
tree3135c9c467b0e2550dc2595cbd56fce94a2d7e4c /games/gnomegames2/Makefile
parent4efbb3c645c7863c83e23edd4e456945caeed1ee (diff)
downloadmarcuscom-ports-c4a9813376b53fce979daa71885ebe7b9b019086.tar
marcuscom-ports-c4a9813376b53fce979daa71885ebe7b9b019086.tar.gz
marcuscom-ports-c4a9813376b53fce979daa71885ebe7b9b019086.tar.bz2
marcuscom-ports-c4a9813376b53fce979daa71885ebe7b9b019086.tar.lz
marcuscom-ports-c4a9813376b53fce979daa71885ebe7b9b019086.tar.xz
marcuscom-ports-c4a9813376b53fce979daa71885ebe7b9b019086.tar.zst
marcuscom-ports-c4a9813376b53fce979daa71885ebe7b9b019086.zip
Re-add gnomegames2, at 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2296 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomegames2/Makefile')
-rw-r--r--games/gnomegames2/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile
new file mode 100644
index 000000000..ffa5b0175
--- /dev/null
+++ b/games/gnomegames2/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: gnomegames2
+# Date created: 08 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/games/gnomegames2/Makefile,v 1.79 2004/04/20 16:28:10 marcus Exp $
+#
+
+PORTNAME= gnomegames2
+PORTVERSION= 2.7.1
+CATEGORIES= games gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-games/2.7
+DISTNAME= gnome-games-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= The game applications package for the Gnome 2 Desktop Environment
+
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack libgnomeui \
+ librsvg2
+USE_LIBTOOL_VER=13
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+CONFLICTS= sol-1.0.*
+
+post-patch:
+ @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|malloc\.h|stdlib.h|g'
+
+.include <bsd.port.mk>