diff options
Diffstat (limited to 'games/pioneers/Makefile')
-rw-r--r-- | games/pioneers/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 4fe495cee67a..cdffd8988f88 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -6,28 +6,22 @@ # PORTNAME= gnocatan -PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTVERSION= 0.8.1.16 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= adam-ports@blacktabby.org +MAINTAINER= sw@gegenunendlich.de COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui USE_LIBTOOL= yes -USE_PERL5_BUILD=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' +MAN6= gnocatan.6 gnocatan-server-gtk.6 gnocatan-server-console.6 \ + gnocatanai.6 gnocatan-meta-server.6 .include <bsd.port.mk> |