|
Lines 1-10
Link Here
|
| 1 |
# $FreeBSD: head/emulators/pcem/Makefile 500940 2019-05-06 22:37:06Z tobik $ |
1 |
# $FreeBSD: head/emulators/pcem/Makefile 500940 2019-05-06 22:37:06Z tobik $ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= pcem |
3 |
PORTNAME= pcem |
| 4 |
DISTVERSION= 14 |
4 |
DISTVERSION= 15 |
| 5 |
CATEGORIES= emulators |
5 |
CATEGORIES= emulators |
| 6 |
MASTER_SITES= https://bitbucket.org/pcem_emulator/pcem/get/ |
6 |
MASTER_SITES= https://bitbucket.org/pcem_emulator/pcem/get/ |
| 7 |
DISTNAME= faf5d6423060 |
7 |
DISTNAME= 91640c017559 |
| 8 |
|
8 |
|
| 9 |
MAINTAINER= darkfm@vera.com.uy |
9 |
MAINTAINER= darkfm@vera.com.uy |
| 10 |
COMMENT= PC/PC-Compatible low-level emulator striving for accuracy |
10 |
COMMENT= PC/PC-Compatible low-level emulator striving for accuracy |
|
Lines 16-22
Link Here
|
| 16 |
USE_SDL= sdl2 |
16 |
USE_SDL= sdl2 |
| 17 |
USE_WX= 3.0 |
17 |
USE_WX= 3.0 |
| 18 |
|
18 |
|
| 19 |
WRKSRC= ${WRKDIR}/pcem_emulator-pcem-faf5d6423060/ |
19 |
WRKSRC= ${WRKDIR}/pcem_emulator-pcem-${DISTNAME} |
| 20 |
PATCHDIR=files |
20 |
PATCHDIR=files |
| 21 |
PLIST_FILES= bin/pcem |
21 |
PLIST_FILES= bin/pcem |
| 22 |
CONFIGURE_ARGS= --enable-release-build --with-wx-config=wxgtk3u-3.0-config |
22 |
CONFIGURE_ARGS= --enable-release-build --with-wx-config=wxgtk3u-3.0-config |