Add snes9express 1.42, GTK interface for snes9x.
Submitted by: Travis Poppe <tlp@liquidx.org>
This commit is contained in:
parent
61b3a6bec8
commit
49d0613e6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104229
5 changed files with 62 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
SUBDIR += sim
|
||||
SUBDIR += sim6811
|
||||
SUBDIR += ski
|
||||
SUBDIR += snes9express
|
||||
SUBDIR += snes9x
|
||||
SUBDIR += spim
|
||||
SUBDIR += stella
|
||||
|
|
42
emulators/snes9express/Makefile
Normal file
42
emulators/snes9express/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# New ports collection makefile for: snes9express
|
||||
# Date created: 15 Mar 2004
|
||||
# Whom: Travis Poppe <tlp@liquidx.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= snes9express
|
||||
PORTVERSION= 1.42
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= tlp@liquidx.org
|
||||
COMMENT= GTK interface for snes9x
|
||||
|
||||
RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
|
||||
|
||||
USE_GCC= 3.3
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_REINPLACE= yes
|
||||
USE_XLIB= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|lstat$$U.o||' ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/snes9express ${PREFIX}/bin/snes9express
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/snes.s9xskin ${DATADIR}/snes.s9xskin
|
||||
${INSTALL_DATA} ${WRKSRC}/snsp.s9xskin ${DATADIR}/snsp.s9xskin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for file in AUTHORS ChangeLog COPYING NEWS README
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
emulators/snes9express/distinfo
Normal file
2
emulators/snes9express/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (snes9express-1.42.tar.gz) = 53dbfe0641d8393e0782f152cf75b9e9
|
||||
SIZE (snes9express-1.42.tar.gz) = 367561
|
7
emulators/snes9express/pkg-descr
Normal file
7
emulators/snes9express/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Snes9express is a graphical interface for the X11 versions of snes9x,
|
||||
featuring an organized layout of common snes9x options.
|
||||
|
||||
WWW: http://www.linuxgames.com/snes9express/
|
||||
|
||||
- Travis Poppe
|
||||
tlp@liquidx.org
|
10
emulators/snes9express/pkg-plist
Normal file
10
emulators/snes9express/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
bin/snes9express
|
||||
%%DATADIR%%/snes.s9xskin
|
||||
%%DATADIR%%/snsp.s9xskin
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in a new issue