1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/emulators/ines/Makefile

35 lines
769 B
Makefile
Raw Normal View History

1997-08-24 20:27:24 +00: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 05:57:29 +00:00
# $FreeBSD$
#
2000-04-12 04:56:17 +00:00
PORTNAME= ines
PORTVERSION= 1.2
CATEGORIES= emulators
MASTER_SITES= http://www.komkon.org/fms/iNES/
DISTNAME= iNES12-FreeBSD-80x86-bin
1997-08-24 20:27:24 +00:00
EXTRACT_SUFX= .tar.Z
MAINTAINER= nakai@FreeBSD.org
1999-04-15 06:51:54 +00: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}/NES/ines ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/NES/ines-debug ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/ines
@${INSTALL_DATA} ${WRKSRC}/NES/iNES.html ${PREFIX}/share/ines
@${INSTALL_DATA} ${WRKSRC}/NES/CART.NES ${PREFIX}/share/ines
.include <bsd.port.post.mk>