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/Makefile | |
parent | 87402ffb969eeda18dffcdbbccc2792b00ae59b7 (diff) | |
download | ports-e6b5b7f293d3d07bff5ea18e995894730880c227.tar.gz ports-e6b5b7f293d3d07bff5ea18e995894730880c227.zip |
Notes
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 3 insertions, 1 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 \ |