# Created by: Adam Weinberger # $FreeBSD$ PORTNAME= scummvm-tools DISTVERSION= 1.0.0rc1 PORTREVISION= 5 CATEGORIES= games emulators MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION} MAINTAINER= lme@FreeBSD.org COMMENT= Tools for use with the SCUMMVM game emulator RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm BUILD_DEPENDS= lame:${PORTSDIR}/audio/lame \ flac:${PORTSDIR}/audio/flac \ oggenc:${PORTSDIR}/audio/vorbis-tools \ oggdec:${PORTSDIR}/audio/vorbis-tools \ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ vorbis.4:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} LDFLAGS+= -L${LOCALBASE}/lib CXXFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 OPTIONS_DEFINE= WXGTK OPTIONS_DEFAULT= WXGTK .include .include .if ${PORT_OPTIONS:MWXGTK} USE_WX= 2.4+ WX_CONFIG= ${LOCALBASE}/bin/wxgtk2-2.8-config WX_COMP= wx:lib:build GUI_BIN= tools_gui PLIST_SUB= WX="" .else PLIST_SUB= WX="@comment " .endif post-patch: .if ${PORT_OPTIONS:MWXGTK} @${REINPLACE_CMD} -e 's,wx-config,${WX_CONFIG},' ${WRKSRC}/Makefile .else @${REINPLACE_CMD} -e '/tools_gui$$(EXEEXT)$$/d' ${WRKSRC}/Makefile .endif do-install: .for i in compress_agos compress_kyra compress_queen compress_saga \ compress_scumm_bun compress_scumm_san compress_scumm_sou \ compress_sword1 compress_sword2 compress_touche compress_tucker \ decine dekyra descumm desword2 degob encode_dxa extract_agos \ extract_cine extract_kyra extract_loom_tg16 extract_mm_apple \ extract_mm_c64 extract_mm_nes extract_parallaction \ extract_scumm_mac extract_t7g_mac extract_zak_c64 \ extract_gob_stk ${GUI_BIN} @${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include