1997-08-24 22:27:24 +02:00
|
|
|
# New ports collection makefile for: ines
|
|
|
|
# Date created: 02 November 1996
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
1996-11-15 17:53:46 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-11-15 17:53:46 +01:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:56:17 +02:00
|
|
|
PORTNAME= ines
|
2005-03-01 22:19:24 +01:00
|
|
|
PORTVERSION= 3.0
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
1999-01-12 17:51:33 +01:00
|
|
|
CATEGORIES= emulators
|
2002-12-12 14:26:52 +01:00
|
|
|
MASTER_SITES= http://fms.komkon.org/iNES/
|
2005-03-01 22:19:24 +01:00
|
|
|
DISTNAME= iNES30-FreeBSD-80x86-bin
|
1997-08-24 22:27:24 +02:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1996-11-15 17:53:46 +01:00
|
|
|
|
2003-11-03 02:19:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Nintendo Entertainment System emlator for X
|
1996-11-15 17:53:46 +01:00
|
|
|
|
2009-01-05 20:44:02 +01:00
|
|
|
LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
ONLY_FOR_ARCHS_REASON= is an i386 binary
|
|
|
|
|
1999-04-15 08:51:54 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xext
|
1997-06-07 21:23:13 +02:00
|
|
|
NO_BUILD= yes
|
1998-11-14 10:43:39 +01:00
|
|
|
STRIP=
|
|
|
|
|
1996-11-15 17:53:46 +01:00
|
|
|
do-install:
|
2002-12-12 14:26:52 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin
|
2004-01-13 19:52:26 +01:00
|
|
|
${MKDIR} ${DATADIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/iNES.html ${DATADIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/CART.NES ${DATADIR}
|
2005-03-01 22:19:24 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.pal ${DATADIR}
|
1996-11-15 17:53:46 +01:00
|
|
|
|
2009-01-05 20:44:02 +01:00
|
|
|
.include <bsd.port.mk>
|