freebsd-ports/emulators/ines/Makefile

36 lines
802 B
Makefile
Raw Normal View History

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>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-12 06:56:17 +02:00
PORTNAME= ines
PORTVERSION= 2.2
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/iNES/
DISTNAME= iNES22-FreeBSD-80x86-bin
1997-08-24 22:27:24 +02:00
EXTRACT_SUFX= .tar.Z
MAINTAINER= nakai@FreeBSD.org
COMMENT= Nintendo Entertainment System emlator for X
1999-04-15 08:51:54 +02:00
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
NO_BUILD= yes
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "elf"
STRIP=
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/ines
@${INSTALL_DATA} ${WRKSRC}/iNES.html ${PREFIX}/share/ines
@${INSTALL_DATA} ${WRKSRC}/CART.NES ${PREFIX}/share/ines
.include <bsd.port.post.mk>