summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-03-15 08:24:35 +0000
committerrobak <robak@FreeBSD.org>2015-03-15 08:24:35 +0000
commit446cd7bff1185e13a680757910482057d429da9c (patch)
tree78eaa3cd9c709c56ce21c73a5f58f7a4da35907c
parent07a585d70206c4fe28b65f933c73c2c4983f17ac (diff)
downloadFreeBSD-ports-446cd7bff1185e13a680757910482057d429da9c.zip
FreeBSD-ports-446cd7bff1185e13a680757910482057d429da9c.tar.gz
games/gweled: update 0.7 -> 0.9.1
- Add LICENSE - Update MASTER_SITES and WWW - Maintainer's timeout (gnome@FreeBSD.org) PR: 185563 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
-rw-r--r--games/gweled/Makefile13
-rw-r--r--games/gweled/files/patch-src_Makefile.in11
-rw-r--r--games/gweled/pkg-descr2
3 files changed, 10 insertions, 16 deletions
diff --git a/games/gweled/Makefile b/games/gweled/Makefile
index e63baa4..178a917 100644
--- a/games/gweled/Makefile
+++ b/games/gweled/Makefile
@@ -2,20 +2,25 @@
# $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
diff --git a/games/gweled/files/patch-src_Makefile.in b/games/gweled/files/patch-src_Makefile.in
deleted file mode 100644
index 2e445be..0000000
--- a/games/gweled/files/patch-src_Makefile.in
+++ /dev/null
@@ -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:
diff --git a/games/gweled/pkg-descr b/games/gweled/pkg-descr
index 1a0e081..4a07851 100644
--- a/games/gweled/pkg-descr
+++ b/games/gweled/pkg-descr
@@ -3,4 +3,4 @@ Gweled is a Gnome version of a popular PalmOS/Windows/Java game called
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
OpenPOWER on IntegriCloud