diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-12 09:03:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-12 09:03:50 +0000 |
commit | 4c79e4adc134ea45b5e00ada5c33f65552ab16ad (patch) | |
tree | 2615a95415d3f5192ea637df6c69ab8f319b4fa8 /emulators | |
parent | 8e289e1ecb347d5189abe5a320894fe47f5abb39 (diff) | |
download | ports-4c79e4adc134ea45b5e00ada5c33f65552ab16ad.tar.gz ports-4c79e4adc134ea45b5e00ada5c33f65552ab16ad.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/xmamegui/Makefile | 43 | ||||
-rw-r--r-- | emulators/xmamegui/distinfo | 3 | ||||
-rw-r--r-- | emulators/xmamegui/pkg-descr | 11 | ||||
-rw-r--r-- | emulators/xmamegui/pkg-message | 10 | ||||
-rw-r--r-- | emulators/xmamegui/pkg-plist | 8 |
6 files changed, 0 insertions, 76 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9b2b448eb2f7..ffa23095009b 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -191,7 +191,6 @@ SUBDIR += xgs SUBDIR += xhomer SUBDIR += xmame - SUBDIR += xmamegui SUBDIR += xmess SUBDIR += xsystem35 SUBDIR += xzx diff --git a/emulators/xmamegui/Makefile b/emulators/xmamegui/Makefile deleted file mode 100644 index ad1b96e61d85..000000000000 --- a/emulators/xmamegui/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: xmamegui -# Date created: 2007-02-25 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= xmamegui -DISTVERSION= 0.9-1 -PORTREVISION= 2 -CATEGORIES= emulators java -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= alepulver - -MAINTAINER= ports@FreeBSD.org -COMMENT= SDLMAME frontend that has been written using Java - -DEPRECATED= development has ceased; try emulators/qmc2 instead -EXPIRATION_DATE= 2011-04-11 - -USE_JAVA= yes -JAVA_VERSION= 1.5+ -NO_WRKSUBDIR= yes - -DATADIR= ${JAVASHAREDIR}/${PORTNAME} - -do-build: - @(${ECHO_CMD} "#!${SH}"; \ - ${ECHO_CMD} 'exec ${JAVA} -jar ${DATADIR}/${PORTNAME}.jar "$$@"') \ - > ${WRKSRC}/${PORTNAME} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${DATADIR}/lib - ${INSTALL_DATA} ${WRKSRC}/XMAMEGUI.jar ${DATADIR}/${PORTNAME}.jar - ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${DATADIR}/lib - -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - -.include <bsd.port.mk> diff --git a/emulators/xmamegui/distinfo b/emulators/xmamegui/distinfo deleted file mode 100644 index 727e13d425e4..000000000000 --- a/emulators/xmamegui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xmamegui-0.9-1.tar.gz) = 55c027aa68eaf20bcaf18f6133bcda58 -SHA256 (xmamegui-0.9-1.tar.gz) = fcae155072d1fe6a72ded4eca04dd872106091c9d48b6b858642027404d86356 -SIZE (xmamegui-0.9-1.tar.gz) = 4781973 diff --git a/emulators/xmamegui/pkg-descr b/emulators/xmamegui/pkg-descr deleted file mode 100644 index 3d272a86b9a9..000000000000 --- a/emulators/xmamegui/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -XMAME GUI is an SDLMAME frontend that has been written using Java. - -It has the following features: - -- Preview Screenshot. -- Game List built from available ROMs. -- ROM status verification. -- Capture window for XMAME output detail. -- Random Game feature to start a random (working) game. - -WWW: http://www.parallelrealities.co.uk/xmamegui.php diff --git a/emulators/xmamegui/pkg-message b/emulators/xmamegui/pkg-message deleted file mode 100644 index 599f951f04c6..000000000000 --- a/emulators/xmamegui/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -============================================================================== - -XMAMEGUI has been installed. - -When you start it and asks for the "Screenshot Path" directory make sure it is -writable by you, since by default it will automatically download game preview -images to there. For example "~/.parallelrealities/xmamegui/prv" could be used -(note that it has to be created manually). - -============================================================================== diff --git a/emulators/xmamegui/pkg-plist b/emulators/xmamegui/pkg-plist deleted file mode 100644 index 2a84fa2d0212..000000000000 --- a/emulators/xmamegui/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/xmamegui -%%DATADIR%%/lib/xalan.jar -%%DATADIR%%/lib/xerces.jar -%%DATADIR%%/lib/xercesImpl.jar -%%DATADIR%%/lib/xml-apis.jar -%%DATADIR%%/xmamegui.jar -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%% |