diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-19 18:08:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-19 18:08:34 +0000 |
commit | 761ad2984b3cf3374b18664b418588f8ca936832 (patch) | |
tree | d45268cdcce7521a190762e26483dee30d3a59c7 /emulators/sdlmame-devel | |
parent | 3955ac3415c477224b5d0207ae6a41c16eab7af2 (diff) | |
download | ports-761ad2984b3cf3374b18664b418588f8ca936832.tar.gz ports-761ad2984b3cf3374b18664b418588f8ca936832.zip |
Notes
Diffstat (limited to 'emulators/sdlmame-devel')
-rw-r--r-- | emulators/sdlmame-devel/Makefile | 7 | ||||
-rw-r--r-- | emulators/sdlmame-devel/pkg-plist | 5 |
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%% |