pkgsrc/games/scummvm-tools/Makefile
wiz e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

40 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2010/06/13 22:44:23 wiz Exp $
#
DISTNAME= scummvm-tools-0.9.0
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://scummvm.sourceforge.net/
COMMENT= Conversion and compression tools for ScummVM
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/tools-0.9.0
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
DEPENDS+= flac-[0-9]*:../../audio/flac
DEPENDS+= lame-[0-9]*:../../audio/lame
DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools
INSTALLATION_DIRS= bin share/doc/scummvm-tools
do-install:
for f in compress_kyra compress_queen compress_saga \
compress_scumm_san compress_scumm_sou compress_scumm_bun \
compress_simon compress_sword1 compress_sword2 dekyra \
descumm desword2 encode_dxa extract_kyra extract_loom_tg16 \
extract_mm_c64 extract_mm_nes extract_scumm_mac \
extract_simon1_amiga extract_zak_c64; \
do \
${INSTALL_PROGRAM} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/bin; \
done
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/scummvm-tools
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"