aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2013-07-02 01:25:29 +0800
committerlme <lme@FreeBSD.org>2013-07-02 01:25:29 +0800
commit33a63d66adb13924ad00a96e6174c2335afbf207 (patch)
tree8d28e4a286976e63a9ee4c06766fcc7c1612c6a0 /games
parent6ff471905fd073d42bad3b1a927f2c1b896d8bda (diff)
downloadfreebsd-ports-gnome-33a63d66adb13924ad00a96e6174c2335afbf207.tar.gz
freebsd-ports-gnome-33a63d66adb13924ad00a96e6174c2335afbf207.tar.zst
freebsd-ports-gnome-33a63d66adb13924ad00a96e6174c2335afbf207.zip
- Update to 1.6.0 [1]
- Trim Makefile header [1] - Remove unneeded bsd.port.pre.mk/bsd.port.post.mk [1] - Fix plist PR: ports/179245 Submitted by: ak
Diffstat (limited to 'games')
-rw-r--r--games/scummvm/Makefile27
-rw-r--r--games/scummvm/distinfo4
2 files changed, 12 insertions, 19 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 2cccecbe0e5f..df0f969d0c80 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for: scummvm
-# Date created: Tue Sep 2 23:34:32 BST 2003
-# Whom: Alex Trull <freebsd.alex@trull.org>
-#
+# Created by: Alex Trull <freebsd.alex@trull.org>
# $FreeBSD$
-#
PORTNAME= scummvm
-DISTVERSION= 1.5.0
-PORTREVISION= 1
+DISTVERSION= 1.6.0
CATEGORIES= games emulators
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION}
@@ -45,8 +40,8 @@ ENGINEDATA= drascula.dat \
lure.dat \
queen.tbl \
sky.cpt \
- toon.dat \
- teenagent.dat
+ teenagent.dat \
+ toon.dat
DESKTOP_ENTRIES="ScummVM" \
"ScummVM - Run classic adventure games" \
@@ -59,11 +54,15 @@ PLIST_FILES= bin/scummvm \
%%DATADIR%%/scummvm.svg \
%%DATADIR%%/scummmodern.zip \
%%DATADIR%%/translations.dat \
- $(ENGINEDATA:S/^/%%DATADIR%%\/$$/)
+ $(ENGINEDATA:S/^/%%DATADIR%%\//)
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.options.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
+.endif
+
.if ${PORT_OPTIONS:MVORBIS}
LIB_DEPENDS+= ogg:${PORTSDIR}/audio/libogg \
vorbis:${PORTSDIR}/audio/libvorbis
@@ -115,10 +114,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64, powerpc, or sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo
index 13df3c82f637..5892d8c81e12 100644
--- a/games/scummvm/distinfo
+++ b/games/scummvm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scummvm-1.5.0.tar.bz2) = 81831cd878a8daad2976f65c92139a2102233082c7d2770579d7e425b19cea2e
-SIZE (scummvm-1.5.0.tar.bz2) = 17455085
+SHA256 (scummvm-1.6.0.tar.bz2) = 396060da6a8f391438055c292a280048d29dc408c5b615db43256a86f0e57ec4
+SIZE (scummvm-1.6.0.tar.bz2) = 18516277