mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- update to 1.5.3
- enable network play by default, make CONFIGURE_ARGS= CONFIGURE_ARGS+= so users can specify more configure options easily - put my name/email in pkg-descr
This commit is contained in:
parent
539446151c
commit
dca27b6b73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54882
6 changed files with 14 additions and 23 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dopewars
|
PORTNAME= dopewars
|
||||||
PORTVERSION= 1.5.2
|
PORTVERSION= 1.5.3
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://dopewars.sourceforge.net/ \
|
MASTER_SITES= http://dopewars.sourceforge.net/ \
|
||||||
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
||||||
|
@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
|
||||||
USE_GTK= yes
|
USE_GTK= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --enable-nls
|
CONFIGURE_ARGS+= --enable-nls --enable-networking
|
||||||
|
|
||||||
.if defined(NOPORTDOCS)
|
.if defined(NOPORTDOCS)
|
||||||
MAKE_ENV+= NOPORTDOCS=yes
|
MAKE_ENV+= NOPORTDOCS=yes
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (dopewars-1.5.2.tar.gz) = 8951c13c5aa067d4a6fde0b891d21d7a
|
MD5 (dopewars-1.5.3.tar.gz) = 8022a5ec7ff20330dd6526671a505022
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- Makefile.in 2001/10/30 18:46:00 1.14
|
|
||||||
+++ Makefile.in 2001/10/30 20:44:26 1.15
|
|
||||||
@@ -391,6 +391,7 @@
|
|
||||||
@chgrp games ${SCORE} || chgrp wheel ${SCORE} || \
|
|
||||||
echo "Unable to change group ownership of the high score file"
|
|
||||||
chmod 0660 ${SCORE}
|
|
||||||
+ src/dopewars -C ${SCORE}
|
|
||||||
${mkinstalldirs} ${DESKTOPDIR}
|
|
||||||
${INSTALL} -m 0644 ${DESKTOP} ${DESKTOPDIR}
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
--- doc/Makefile.in.orig Tue Oct 16 16:07:40 2001
|
--- doc/Makefile.in.orig Sun Feb 3 22:53:46 2002
|
||||||
+++ doc/Makefile.in Mon Oct 29 05:33:38 2001
|
+++ doc/Makefile.in Mon Feb 18 21:34:47 2002
|
||||||
@@ -247,9 +247,11 @@
|
@@ -253,8 +253,10 @@
|
||||||
mostlyclean distclean maintainer-clean
|
|
||||||
|
|
||||||
|
|
||||||
+ifndef NOPORTDOCS
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
${INSTALL} -d -o root -g 0 -m 0755 ${DOCPATH}
|
+ifndef NOPORTDOCS
|
||||||
${INSTALL} -o root -g 0 -m 0644 ${DOCS} ${DOCPATH}
|
${INSTALL} -d -m 0755 ${DOCPATH}
|
||||||
|
${INSTALL} -m 0644 ${DOCS} ${DOCPATH}
|
||||||
+endif
|
+endif
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
|
|
|
@ -7,4 +7,5 @@ multi-player games.
|
||||||
|
|
||||||
WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
||||||
|
|
||||||
- Jim <jim@FreeBSD.org>
|
- Pete
|
||||||
|
petef@FreeBSD.org
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/dopewars
|
bin/dopewars
|
||||||
|
lib/charset.alias
|
||||||
%%PORTDOCS%%share/doc/%%DOPEWARS%%/aiplayer.html
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/aiplayer.html
|
||||||
%%PORTDOCS%%share/doc/%%DOPEWARS%%/clientplay.html
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/clientplay.html
|
||||||
%%PORTDOCS%%share/doc/%%DOPEWARS%%/commandline.html
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/commandline.html
|
||||||
|
@ -9,6 +10,7 @@ bin/dopewars
|
||||||
%%PORTDOCS%%share/doc/%%DOPEWARS%%/index.html
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/index.html
|
||||||
%%PORTDOCS%%share/doc/%%DOPEWARS%%/installation.html
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/installation.html
|
||||||
%%PORTDOCS%%share/doc/%%DOPEWARS%%/metaserver.html
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/metaserver.html
|
||||||
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/protocol.html
|
||||||
%%PORTDOCS%%share/doc/%%DOPEWARS%%/server.html
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/server.html
|
||||||
%%PORTDOCS%%share/doc/%%DOPEWARS%%/servercommands.html
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/servercommands.html
|
||||||
%%PORTDOCS%%share/doc/%%DOPEWARS%%/windows.html
|
%%PORTDOCS%%share/doc/%%DOPEWARS%%/windows.html
|
||||||
|
@ -19,6 +21,7 @@ share/dopewars/pixmaps/dopewars-shot.png
|
||||||
share/dopewars/pixmaps/dopewars-weed.png
|
share/dopewars/pixmaps/dopewars-weed.png
|
||||||
share/locale/de/LC_MESSAGES/dopewars.mo
|
share/locale/de/LC_MESSAGES/dopewars.mo
|
||||||
share/locale/fr/LC_MESSAGES/dopewars.mo
|
share/locale/fr/LC_MESSAGES/dopewars.mo
|
||||||
|
share/locale/locale.alias
|
||||||
share/locale/pl/LC_MESSAGES/dopewars.mo
|
share/locale/pl/LC_MESSAGES/dopewars.mo
|
||||||
share/locale/pt_BR/LC_MESSAGES/dopewars.mo
|
share/locale/pt_BR/LC_MESSAGES/dopewars.mo
|
||||||
share/gnome/apps/Games/dopewars.desktop
|
share/gnome/apps/Games/dopewars.desktop
|
||||||
|
|
Loading…
Add table
Reference in a new issue