View | Details | Raw Unified | Return to bug 179245
Collapse All | Expand All

(-)games/scummvm/Makefile (-21 / +14 lines)
Lines 1-13 Link Here
1
# New ports collection makefile for:	scummvm
1
# Created by: Alex Trull <freebsd.alex@trull.org>
2
# Date created:				Tue Sep  2 23:34:32 BST 2003
3
# Whom:				Alex Trull <freebsd.alex@trull.org>
4
#
5
# $FreeBSD: ports/games/scummvm/Makefile,v 1.72 2013/01/23 15:05:34 svnexp Exp $
2
# $FreeBSD: ports/games/scummvm/Makefile,v 1.72 2013/01/23 15:05:34 svnexp Exp $
6
#
7
3
8
PORTNAME=	scummvm
4
PORTNAME=	scummvm
9
DISTVERSION=	1.5.0
5
DISTVERSION=	1.6.0
10
PORTREVISION=	1
11
CATEGORIES=	games emulators
6
CATEGORIES=	games emulators
12
MASTER_SITES=	SF
7
MASTER_SITES=	SF
13
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${DISTVERSION}
8
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${DISTVERSION}
Lines 64-69 Link Here
64
59
65
.include <bsd.port.options.mk>
60
.include <bsd.port.options.mk>
66
61
62
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
63
BROKEN=		Does not compile on ia64, powerpc, or sparc64
64
.endif
65
67
.if ${PORT_OPTIONS:MVORBIS}
66
.if ${PORT_OPTIONS:MVORBIS}
68
LIB_DEPENDS+=	ogg:${PORTSDIR}/audio/libogg \
67
LIB_DEPENDS+=	ogg:${PORTSDIR}/audio/libogg \
69
		vorbis:${PORTSDIR}/audio/libvorbis
68
		vorbis:${PORTSDIR}/audio/libvorbis
Lines 99-124 Link Here
99
.endif
98
.endif
100
99
101
do-install:
100
do-install:
102
	@${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
101
	${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
103
	@${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${MAN6PREFIX}/man/man6
102
	${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${MAN6PREFIX}/man/man6
104
	@${MKDIR} ${DATADIR}
103
	@${MKDIR} ${DATADIR}
105
	@${INSTALL_DATA} ${WRKSRC}/icons/scummvm.svg ${DATADIR}
104
	${INSTALL_DATA} ${WRKSRC}/icons/scummvm.svg ${DATADIR}
106
	@${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR}
105
	${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR}
107
	@${INSTALL_DATA} ${WRKSRC}/gui/themes/translations.dat ${DATADIR}
106
	${INSTALL_DATA} ${WRKSRC}/gui/themes/translations.dat ${DATADIR}
108
.for i in ${ENGINEDATA}
107
.for i in ${ENGINEDATA}
109
	@${INSTALL_DATA} ${WRKSRC}/dists/engine-data/${i} ${DATADIR}
108
	${INSTALL_DATA} ${WRKSRC}/dists/engine-data/${i} ${DATADIR}
110
.endfor
109
.endfor
111
.if ${PORT_OPTIONS:MDOCS}
110
.if ${PORT_OPTIONS:MDOCS}
112
	@${MKDIR} ${DOCSDIR}
111
	@${MKDIR} ${DOCSDIR}
113
.for i in ${PORTDOCS}
112
.for i in ${PORTDOCS}
114
	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
113
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
115
.endfor
114
.endfor
116
.endif
115
.endif
117
116
118
.include <bsd.port.pre.mk>
117
.include <bsd.port.mk>
119
120
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
121
BROKEN=		Does not compile on ia64, powerpc, or sparc64
122
.endif
123
124
.include <bsd.port.post.mk>
(-)games/scummvm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (scummvm-1.5.0.tar.bz2) = 81831cd878a8daad2976f65c92139a2102233082c7d2770579d7e425b19cea2e
1
SHA256 (scummvm-1.6.0.tar.bz2) = 396060da6a8f391438055c292a280048d29dc408c5b615db43256a86f0e57ec4
2
SIZE (scummvm-1.5.0.tar.bz2) = 17455085
2
SIZE (scummvm-1.6.0.tar.bz2) = 18516277

Return to bug 179245