Lines 6-17
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= scummvm-tools |
8 |
PORTNAME= scummvm-tools |
9 |
PORTVERSION= 0.7.0 |
9 |
PORTVERSION= 0.8.0 |
10 |
CATEGORIES= games emulators |
10 |
CATEGORIES= games emulators |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= scummvm |
12 |
MASTER_SITE_SUBDIR= scummvm |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= freebsd.alex@trull.org |
15 |
COMMENT= Tools for use with the SCUMMVM game emulator |
15 |
COMMENT= Tools for use with the SCUMMVM game emulator |
16 |
|
16 |
|
17 |
RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm |
17 |
RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm |
Lines 23-28
Link Here
|
23 |
USE_BZIP2= yes |
23 |
USE_BZIP2= yes |
24 |
USE_GMAKE= yes |
24 |
USE_GMAKE= yes |
25 |
USE_REINPLACE= yes |
25 |
USE_REINPLACE= yes |
|
|
26 |
WRKSRC= ${WRKDIR}/tools-${PORTVERSION} |
26 |
|
27 |
|
27 |
.include <bsd.port.pre.mk> |
28 |
.include <bsd.port.pre.mk> |
28 |
|
29 |
|
Lines 31-37
Link Here
|
31 |
.endif |
32 |
.endif |
32 |
|
33 |
|
33 |
do-install: |
34 |
do-install: |
34 |
.for i in descumm extract md5table mm_nes_extract queenrebuild rescumm |
35 |
.for i in compress_queen compress_saga compress_san compress_scumm_bun compress_scumm_sou compress_simon compress_sword1 compress_sword2 extract_kyra extract_loom_tg16 extract_mm_c64 extract_mm_nes extract_scumm_mac extract_simon1_amiga extract_zak_c64 dekyra descumm desword2 |
35 |
@${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin |
36 |
@${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin |
36 |
.endfor |
37 |
.endfor |
37 |
|
38 |
|