diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 19:24:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 19:24:30 +0000 |
commit | 9a0f6dba4a0285069ec2e729dc3735fdd5289271 (patch) | |
tree | 89022657e350a8971ab9653f3ad8803930c674af /games | |
parent | 4cf0e0e736582ad2d84aadde47362087e9c6b63d (diff) | |
download | ports-9a0f6dba4a0285069ec2e729dc3735fdd5289271.tar.gz ports-9a0f6dba4a0285069ec2e729dc3735fdd5289271.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/teg/Makefile | 15 | ||||
-rw-r--r-- | games/teg/distinfo | 4 | ||||
-rw-r--r-- | games/teg/files/patch-configure | 13 | ||||
-rw-r--r-- | games/teg/pkg-plist | 10 |
4 files changed, 18 insertions, 24 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index 2ffc7635a4d7..bd5e5b8e4d81 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= teg -PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTVERSION= 0.11.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,17 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A turn-based strategy game for GNOME -USE_BZIP2= yes USE_X_PREFIX= yes -USE_REINPLACE= yes +USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui lthack USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${FIND} ${WRKSRC} -name "*.[ch]" -type f | ${XARGS} \ - ${REINPLACE_CMD} -e 's|LIST_NEXT|TEG_LIST_NEXT|g' + @${GREP} -lR " LIST_NEXT" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's| LIST_NEXT| TEG_LIST_NEXT|g' .include <bsd.port.mk> diff --git a/games/teg/distinfo b/games/teg/distinfo index 6d0bdf3ba158..82c7d132e72a 100644 --- a/games/teg/distinfo +++ b/games/teg/distinfo @@ -1,2 +1,2 @@ -MD5 (teg-0.11.0.tar.bz2) = b7c778b07a22c34bd21942a8be26e095 -SIZE (teg-0.11.0.tar.bz2) = 3530558 +MD5 (teg-0.11.1.tar.gz) = 85db29710452c3c4829e506481deaca0 +SIZE (teg-0.11.1.tar.gz) = 3805983 diff --git a/games/teg/files/patch-configure b/games/teg/files/patch-configure deleted file mode 100644 index 1ab07d0bff40..000000000000 --- a/games/teg/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2003/02/03 14:00:52 1.1 -+++ configure 2003/02/03 14:01:14 -@@ -7442,6 +7442,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/games/teg/pkg-plist b/games/teg/pkg-plist index b8f040c562b4..7d8fc329f1ae 100644 --- a/games/teg/pkg-plist +++ b/games/teg/pkg-plist @@ -1,7 +1,11 @@ bin/tegclient bin/tegrobot bin/tegserver +etc/gconf/gconf.xml.defaults/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/%gconf.xml etc/gconf/gconf.xml.defaults/apps/teg/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/teg/%gconf.xml etc/gconf/schemas/teg.schemas share/gnome/apps/Games/teg.desktop @@ -270,4 +274,10 @@ share/locale/pt_BR/LC_MESSAGES/teg.mo @dirrm share/gnome/help/teg/C @dirrm share/gnome/help/teg @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/teg +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps +@dirrm etc/gconf/gconf.xml.defaults/schemas @dirrm etc/gconf/gconf.xml.defaults/apps/teg +@dirrm etc/gconf/gconf.xml.defaults/apps +@dirrm etc/gconf/gconf.xml.defaults +@dirrm etc/gconf/schemas +@dirrm etc/gconf |