summaryrefslogtreecommitdiffstats
path: root/games/scummvm
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-06-01 09:28:56 +0000
committervs <vs@FreeBSD.org>2005-06-01 09:28:56 +0000
commit29d16231afcd4dc7fabaa4db7da091f144547eb4 (patch)
tree0726f7f30ba7b5b4f5d729b7526f59bd47477edc /games/scummvm
parent4ccf11197b870db5455192e7032ff817d7f118b7 (diff)
downloadFreeBSD-ports-29d16231afcd4dc7fabaa4db7da091f144547eb4.zip
FreeBSD-ports-29d16231afcd4dc7fabaa4db7da091f144547eb4.tar.gz
Update to 0.7.1
PR: ports/81743 Submitted by: maintainer
Diffstat (limited to 'games/scummvm')
-rw-r--r--games/scummvm/Makefile12
-rw-r--r--games/scummvm/distinfo4
2 files changed, 10 insertions, 6 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 1e8599d..872f275 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= scummvm
-PORTVERSION= 0.7.0
-PORTREVISION= 1
+PORTVERSION= 0.7.1
CATEGORIES= games emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -32,7 +31,12 @@ OPTIONS= VORBIS "Enable Ogg Vorbis support" off \
MAN6= scummvm.6
-DOCS= NEWS README TODO
+PORTDOCS= NEWS README TODO
+PLIST_FILES= bin/scummvm
+
+.if defined(WITH_MPEG2)
+WITH_VORBIS= yes
+.endif
.include <bsd.port.pre.mk>
@@ -69,7 +73,7 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for doc in ${DOCS}
+.for doc in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo
index 70d70cf..dd71e22 100644
--- a/games/scummvm/distinfo
+++ b/games/scummvm/distinfo
@@ -1,2 +1,2 @@
-MD5 (scummvm-0.7.0.tar.bz2) = 7e2f9bc1bc54aa78285f7f3189ee8a7c
-SIZE (scummvm-0.7.0.tar.bz2) = 2045328
+MD5 (scummvm-0.7.1.tar.bz2) = a935499011c59441fcce8322ea1c4f1d
+SIZE (scummvm-0.7.1.tar.bz2) = 2051004
OpenPOWER on IntegriCloud