diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-27 20:54:18 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-27 20:54:18 +0000 |
commit | e6b5b7f293d3d07bff5ea18e995894730880c227 (patch) | |
tree | 8bbd6b59dd7eec359cb2c6ca017bd967e280282a /emulators/xmame | |
parent | 87402ffb969eeda18dffcdbbccc2792b00ae59b7 (diff) | |
download | ports-e6b5b7f293d3d07bff5ea18e995894730880c227.tar.gz ports-e6b5b7f293d3d07bff5ea18e995894730880c227.zip |
Notes
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/files/pkg-message.in (renamed from emulators/xmame/pkg-message) | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 9fdf7a578497..4c4860f39120 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://www.franksworld.org/dist/xmame/ \ http://www.energyhq.es.eu.org/files/ \ http://www.energyhq.be/files/ \ http://www.pkix.net/mirror/x.mame.net/ \ -DISTNAME= xmame-${XMAMEVERSION:S/.r/-rc/} +DISTNAME= xmame-${XMAMEVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER?= ports@FreeBSD.org COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) @@ -36,6 +37,7 @@ NOT_FOR_ARCHS= ia64 # Are we building MAME or MESS? (also set by slave ports) MAMEMESS?= mame +SUB_FILES= pkg-message MAN6= x${MAMEMESS}.6 OPTIONS= SDL "Use the SDL driver" on \ diff --git a/emulators/xmame/pkg-message b/emulators/xmame/files/pkg-message.in index c2bdfd42c245..2bbbda6cee1f 100644 --- a/emulators/xmame/pkg-message +++ b/emulators/xmame/files/pkg-message.in @@ -1,8 +1,8 @@ -============================================================================== +############################################################################### -xmame has heen installed. +The xmame emulator was installed. To install additional MAME files (like cheats, hiscore, history, artwork, etc.) please use the "emulators/mame-extras" port. -============================================================================== +############################################################################### |