|
Lines 7-13
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= zsnes |
8 |
PORTNAME= zsnes |
| 9 |
PORTVERSION= 1.51 |
9 |
PORTVERSION= 1.51 |
| 10 |
PORTREVISION= 2 |
10 |
PORTREVISION= 3 |
| 11 |
PORTEPOCH= 1 |
11 |
PORTEPOCH= 1 |
| 12 |
CATEGORIES= emulators |
12 |
CATEGORIES= emulators |
| 13 |
MASTER_SITES= SF |
13 |
MASTER_SITES= SF |
|
Lines 20-27
Link Here
|
| 20 |
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm |
20 |
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm |
| 21 |
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png |
21 |
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png |
| 22 |
|
22 |
|
| 23 |
# non-portable, for a portable emulator see emulators/snes9x |
|
|
| 24 |
ONLY_FOR_ARCHS= i386 |
23 |
ONLY_FOR_ARCHS= i386 |
|
|
24 |
ONLY_FOR_ARCHS_REASON= non-portable, for a portable emulator see emulators/snes9x |
| 25 |
|
25 |
|
| 26 |
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/}/src |
26 |
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/}/src |
| 27 |
|
27 |
|