Index: head/games/gweled/files/patch-src_Makefile.in =================================================================== --- head/games/gweled/files/patch-src_Makefile.in (revision 381299) +++ head/games/gweled/files/patch-src_Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Fri Jun 9 16:10:56 2006 -+++ src/Makefile.in Fri Jun 9 16:11:08 2006 -@@ -178,7 +178,7 @@ Data_DATA = \ - gweled_icon.png \ - gweled_logo.png - --gweled_LDADD = @PACKAGE_LIBS@ -+gweled_LDADD = @PACKAGE_LIBS@ -Wl,--export-dynamic - all: all-am - - .SUFFIXES: Property changes on: head/games/gweled/files/patch-src_Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/gweled/Makefile =================================================================== --- head/games/gweled/Makefile (revision 381299) +++ head/games/gweled/Makefile (revision 381300) @@ -1,30 +1,35 @@ # Created by: James Earl # $FreeBSD$ PORTNAME= gweled -PORTVERSION= 0.7 -PORTREVISION= 14 +PORTVERSION= 0.9.1 CATEGORIES= games gnome -MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/ +MASTER_SITES= http://launchpad.net/gweled/trunk/${PORTVERSION}/+download/ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME version of the game called "Bejeweled" or "Diamond Mine" +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod USES= gmake pathfix pkgconfig -USE_GNOME= gnomeprefix libgnomeui librsvg2 +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2 GNU_CONFIGURE= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/games|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$${MKDIRPROG-mkdir}|mkdir -p|' \ ${WRKSRC}/install-sh post-install: ${RM} ${STAGEDIR}${PREFIX}/share/games/gweled.easy.scores ${TOUCH} ${STAGEDIR}${PREFIX}/share/games/gweled.easy.scores.sample ${TOUCH} ${STAGEDIR}${PREFIX}/share/games/gweled.timed.scores.sample .include Index: head/games/gweled/pkg-descr =================================================================== --- head/games/gweled/pkg-descr (revision 381299) +++ head/games/gweled/pkg-descr (revision 381300) @@ -1,6 +1,6 @@ Gweled is a Gnome version of a popular PalmOS/Windows/Java game called "Bejeweled" or "Diamond Mine". The aim of the game is to make alignment of 3 or more gems, both vertically or horizontally by swapping adjacent gems. The game ends when there are no possible moves left. -WWW: http://sebdelestaing.free.fr/gweled/ +WWW: http://gweled.org