1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/emulators/ines/Makefile

36 lines
867 B
Makefile
Raw Normal View History

1997-08-24 20:27:24 +00:00
# New ports collection makefile for: ines
# Version required: 0.7
# Date created: 02 November 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.10 1998/11/14 09:43:08 asami Exp $
#
1997-08-24 20:27:24 +00:00
DISTNAME= iNES07-FreeBSD-80x86-bin
PKGNAME= ines-0.7
CATEGORIES= emulators
MASTER_SITES= http://www.komkon.org/fms/iNES/
1997-08-24 20:27:24 +00:00
EXTRACT_SUFX= .tar.Z
MAINTAINER= nacai@iname.com
WRKSRC= ${WRKDIR}/NES
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.doc ${PREFIX}/share/ines
@${INSTALL_DATA} ${WRKSRC}/headers.tgz ${PREFIX}/share/ines
@${INSTALL_DATA} ${WRKSRC}/CART.* ${PREFIX}/share/ines
.include <bsd.port.post.mk>