2000-07-16 11:32:28 -04:00
|
|
|
# New ports collection makefile for: GSnes9x
|
|
|
|
# Date created: 18 Jun 2000
|
|
|
|
# Whom: Kelly Yancey <kbyanc@posi.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gsnes9x
|
2001-04-15 20:13:35 -04:00
|
|
|
PORTVERSION= 3.10
|
2000-07-16 11:32:28 -04:00
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= http://abulafia.fciencias.unam.mx/~canek/gsnes9x/source/
|
2001-04-15 20:13:35 -04:00
|
|
|
DISTNAME= GSnes9x-3.10
|
2000-07-16 11:32:28 -04:00
|
|
|
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
|
|
|
|
|
|
|
RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-03-14 14:33:30 -05:00
|
|
|
USE_GNOME= yes
|
2000-07-16 11:32:28 -04:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --without-included-gettext \
|
|
|
|
--with-esd
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
2000-08-13 12:26:26 -04:00
|
|
|
|
|
|
|
PLIST= ${FILESDIR}/PLIST.nodocs
|
2000-07-16 11:32:28 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/GSnes9x ${PREFIX}/bin
|
|
|
|
@${MKDIR} ${PREFIX}/share/gnome \
|
|
|
|
${PREFIX}/share/gnome/apps \
|
|
|
|
${PREFIX}/share/gnome/apps/Games \
|
|
|
|
${PREFIX}/share/gnome/pixmaps
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/gsnes9x.desktop \
|
|
|
|
${PREFIX}/share/gnome/apps/Games/gsnes9x.desktop
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/pixmaps/gsnesdefault.png \
|
|
|
|
${PREFIX}/share/gnome/pixmaps
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/pixmaps/gsnes9x-icon.png \
|
|
|
|
${PREFIX}/share/gnome/pixmaps
|
|
|
|
.else
|
2000-08-13 12:26:26 -04:00
|
|
|
PLIST= ${FILESDIR}/PLIST.docs
|
2000-07-16 11:32:28 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|