diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-27 22:17:20 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-27 22:17:20 +0000 |
commit | a7b54684578c4a3b218f1ecf84f2b0236667ba8d (patch) | |
tree | 1d3ca422ab2519cbb63c1fa197969eccce30a642 /emulators/xmamegui | |
parent | f843024b9c400a616c86a1444437983bfcdb7192 (diff) |
Notes
Diffstat (limited to 'emulators/xmamegui')
-rw-r--r-- | emulators/xmamegui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/xmamegui/Makefile b/emulators/xmamegui/Makefile index 9f8d9e9105e0..c594362ae126 100644 --- a/emulators/xmamegui/Makefile +++ b/emulators/xmamegui/Makefile @@ -8,13 +8,12 @@ PORTNAME= xmamegui DISTVERSION= 0.9-1 CATEGORIES= emulators java -MASTER_SITES= http://www.parallelrealities.co.uk/download.php?type=zip&file= +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= alepulver MAINTAINER= alepulver@FreeBSD.org COMMENT= SDLMAME frontend that has been written using Java -FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX} - USE_JAVA= yes JAVA_VERSION= 1.5+ NO_WRKSUBDIR= yes |