mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- update to 1.5.7
- USE_REINPLACE
This commit is contained in:
parent
69d4a2a06c
commit
b807f7cf0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64930
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dopewars
|
||||
PORTVERSION= 1.5.6
|
||||
PORTVERSION= 1.5.7
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
||||
@ -18,8 +18,9 @@ USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GTK= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --enable-nls --enable-networking
|
||||
CONFIGURE_ARGS+= --enable-nls --enable-networking --disable-plugins
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ENV+= NOPORTDOCS=yes
|
||||
@ -30,11 +31,11 @@ PLIST_SUB= DOPEWARS=${PKGNAME}
|
||||
MAN6= dopewars.6
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's!/pixmaps!/dopewars/pixmaps!' \
|
||||
@${REINPLACE_CMD} -e 's!/pixmaps!/dopewars/pixmaps!' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
@${PERL} -pi -e 's!dopewars.sco!dopewars/dopewars.sco!g' \
|
||||
@${REINPLACE_CMD} -e 's!dopewars.sco!dopewars/dopewars.sco!g' \
|
||||
${WRKSRC}/src/dopewars.c ${WRKSRC}/Makefile.in
|
||||
@${PERL} -pi -e 's!^CFLAGS =!CFLAGS = \@GLIB_CFLAGS\@!' \
|
||||
@${REINPLACE_CMD} -e 's!^CFLAGS =!CFLAGS = \@GLIB_CFLAGS\@!' \
|
||||
${WRKSRC}/src/gui_client/Makefile.in \
|
||||
${WRKSRC}/src/curses_client/Makefile.in
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dopewars-1.5.6.tar.gz) = f44381dd96344c5b4734e11c54d66169
|
||||
MD5 (dopewars-1.5.7.tar.gz) = 2f31634f39fba51ffb1e02885c59177f
|
||||
|
@ -24,6 +24,7 @@ share/dopewars/pixmaps/dopewars-weed.png
|
||||
share/locale/de/LC_MESSAGES/dopewars.mo
|
||||
share/locale/fr/LC_MESSAGES/dopewars.mo
|
||||
share/locale/locale.alias
|
||||
share/locale/nn/LC_MESSAGES/dopewars.mo
|
||||
share/locale/pl/LC_MESSAGES/dopewars.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/dopewars.mo
|
||||
share/gnome/apps/Games/dopewars.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user