diff options
author | Lars Engels <lme@FreeBSD.org> | 2013-07-01 17:25:29 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2013-07-01 17:25:29 +0000 |
commit | 9e9e8099374dcd7d0df9d951b1dc7659b993b4df (patch) | |
tree | 8d28e4a286976e63a9ee4c06766fcc7c1612c6a0 /games | |
parent | ec93240f13c45849ce746bd90352037a13921a5d (diff) | |
download | ports-9e9e8099374dcd7d0df9d951b1dc7659b993b4df.tar.gz ports-9e9e8099374dcd7d0df9d951b1dc7659b993b4df.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 27 | ||||
-rw-r--r-- | games/scummvm/distinfo | 4 |
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 |