aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/sdlmame-devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-03-20 02:08:34 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-03-20 02:08:34 +0800
commite2fc6c2cca991c8b9cefe4fa1e70e0f82c22809b (patch)
tree432b0f5761061e567a1b67cc614d8cf68ce886c0 /emulators/sdlmame-devel
parent259a326a4e4c4574ace673a87c8da2a7d3f4c5f4 (diff)
downloadfreebsd-ports-gnome-e2fc6c2cca991c8b9cefe4fa1e70e0f82c22809b.tar.gz
freebsd-ports-gnome-e2fc6c2cca991c8b9cefe4fa1e70e0f82c22809b.tar.zst
freebsd-ports-gnome-e2fc6c2cca991c8b9cefe4fa1e70e0f82c22809b.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)
Diffstat (limited to 'emulators/sdlmame-devel')
-rw-r--r--emulators/sdlmame-devel/Makefile7
-rw-r--r--emulators/sdlmame-devel/pkg-plist5
2 files changed, 12 insertions, 0 deletions
diff --git a/emulators/sdlmame-devel/Makefile b/emulators/sdlmame-devel/Makefile
index 78bdc0bf2f61..ac3befc2d47e 100644
--- a/emulators/sdlmame-devel/Makefile
+++ b/emulators/sdlmame-devel/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/sdlmame-devel/pkg-plist b/emulators/sdlmame-devel/pkg-plist
index 3793f2175e57..fae88491a0c6 100644
--- a/emulators/sdlmame-devel/pkg-plist
+++ b/emulators/sdlmame-devel/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%%