aboutsummaryrefslogtreecommitdiff
path: root/games/dopewars
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-25 23:08:17 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-25 23:08:17 +0000
commit7a4b2ad5fc97441186bd4de05029f31da65b13f3 (patch)
treebf01feb8d1a1be5010caa782840c0da539158e1f /games/dopewars
parenta1c6cc9e82c825ffcc37a159b4ba2b2770734fb9 (diff)
downloadports-7a4b2ad5fc97441186bd4de05029f31da65b13f3.tar.gz
ports-7a4b2ad5fc97441186bd4de05029f31da65b13f3.zip
Notes
Diffstat (limited to 'games/dopewars')
-rw-r--r--games/dopewars/Makefile6
-rw-r--r--games/dopewars/distinfo2
-rw-r--r--games/dopewars/files/patch-doc::Makefile.in10
-rw-r--r--games/dopewars/pkg-plist1
4 files changed, 12 insertions, 7 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index 6dd885647511..66f1410b1c91 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= dopewars
-PORTVERSION= 1.5.3
+PORTVERSION= 1.5.4
CATEGORIES= games
MASTER_SITES= http://dopewars.sourceforge.net/ \
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
-
MAINTAINER= petef@FreeBSD.org
USE_GMAKE= yes
@@ -33,5 +32,8 @@ post-patch:
${WRKSRC}/src/Makefile.in
@${PERL} -pi -e 's!dopewars.sco!dopewars/dopewars.sco!g' \
${WRKSRC}/src/dopewars.c ${WRKSRC}/Makefile.in
+ @${PERL} -pi -e 's!^CFLAGS =!CFLAGS = \@GLIB_CFLAGS\@!' \
+ ${WRKSRC}/src/gui_client/Makefile.in \
+ ${WRKSRC}/src/curses_client/Makefile.in
.include <bsd.port.mk>
diff --git a/games/dopewars/distinfo b/games/dopewars/distinfo
index 9e44d8217b6a..6ecdc49b9903 100644
--- a/games/dopewars/distinfo
+++ b/games/dopewars/distinfo
@@ -1 +1 @@
-MD5 (dopewars-1.5.3.tar.gz) = 8022a5ec7ff20330dd6526671a505022
+MD5 (dopewars-1.5.4.tar.gz) = 063f4eba7aa5aa1ad38f3f4e66182b1e
diff --git a/games/dopewars/files/patch-doc::Makefile.in b/games/dopewars/files/patch-doc::Makefile.in
index 4ea24744254c..8679fcf9df37 100644
--- a/games/dopewars/files/patch-doc::Makefile.in
+++ b/games/dopewars/files/patch-doc::Makefile.in
@@ -1,12 +1,14 @@
---- doc/Makefile.in.orig Sun Feb 3 22:53:46 2002
-+++ doc/Makefile.in Mon Feb 18 21:34:47 2002
-@@ -253,8 +253,10 @@
+--- doc/Makefile.in.orig Sat Mar 2 15:25:02 2002
++++ doc/Makefile.in Mon Mar 25 09:33:45 2002
+@@ -246,10 +246,12 @@
install-data-local:
+ifndef NOPORTDOCS
${INSTALL} -d -m 0755 ${DOCPATH}
- ${INSTALL} -m 0644 ${DOCS} ${DOCPATH}
+ for doc in ${DOCS}; do \
+ ${INSTALL} -m 0644 ${srcdir}/$${doc} ${DOCPATH}; \
+ done
+endif
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/games/dopewars/pkg-plist b/games/dopewars/pkg-plist
index b08cc5866029..fe04a90a406f 100644
--- a/games/dopewars/pkg-plist
+++ b/games/dopewars/pkg-plist
@@ -6,6 +6,7 @@ lib/charset.alias
%%PORTDOCS%%share/doc/%%DOPEWARS%%/configfile.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/credits.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/developer.html
+%%PORTDOCS%%share/doc/%%DOPEWARS%%/example-cfg
%%PORTDOCS%%share/doc/%%DOPEWARS%%/i18n.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/index.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/installation.html