aboutsummaryrefslogtreecommitdiff
path: root/emulators/mame
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-19 18:08:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-19 18:08:34 +0000
commit761ad2984b3cf3374b18664b418588f8ca936832 (patch)
treed45268cdcce7521a190762e26483dee30d3a59c7 /emulators/mame
parent3955ac3415c477224b5d0207ae6a41c16eab7af2 (diff)
downloadports-761ad2984b3cf3374b18664b418588f8ca936832.tar.gz
ports-761ad2984b3cf3374b18664b418588f8ca936832.zip
- Install sdlmame tools:
- chdman (for dealing with chd disk images) - ldresample/ldverify (for dealing with laserdisk images) - testkeys (for test sdl key configuration) PR: 132814 Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
Notes
Notes: svn path=/head/; revision=230424
Diffstat (limited to 'emulators/mame')
-rw-r--r--emulators/mame/Makefile7
-rw-r--r--emulators/mame/pkg-plist5
2 files changed, 12 insertions, 0 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 78bdc0bf2f61..ac3befc2d47e 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sdlmame
PORTVERSION= 0.130
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \
http://rbelmont.mameworld.info/
@@ -47,6 +48,12 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ ${MKDIR} ${PREFIX}/libexec/sdlmame
+ ${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/libexec/sdlmame
+ ${INSTALL_PROGRAM} ${WRKSRC}/ldresample ${PREFIX}/libexec/sdlmame
+ ${INSTALL_PROGRAM} ${WRKSRC}/ldverify ${PREFIX}/libexec/sdlmame
+ ${INSTALL_PROGRAM} ${WRKSRC}/testkeys ${PREFIX}/libexec/sdlmame
+
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
diff --git a/emulators/mame/pkg-plist b/emulators/mame/pkg-plist
index 3793f2175e57..fae88491a0c6 100644
--- a/emulators/mame/pkg-plist
+++ b/emulators/mame/pkg-plist
@@ -1,4 +1,8 @@
bin/sdlmame
+libexec/sdlmame/chdman
+libexec/sdlmame/ldverify
+libexec/sdlmame/ldresample
+libexec/sdlmame/testkeys
%%PORTDOCS%%%%DOCSDIR%%/SDLMAME.txt
%%PORTDOCS%%%%DOCSDIR%%/docs/license.txt
%%PORTDOCS%%%%DOCSDIR%%/docs/mame.txt
@@ -16,6 +20,7 @@ bin/sdlmame
%%EXAMPLESDIR%%/mame.ini
@dirrm %%DATADIR%%/keymaps/
@dirrm %%DATADIR%%/
+@dirrm libexec/sdlmame
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%EXAMPLESDIR%%