1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/emulators/ines/Makefile
Vanilla I. Shu edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00

36 lines
867 B
Makefile

# 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 $
#
DISTNAME= iNES07-FreeBSD-80x86-bin
PKGNAME= ines-0.7
CATEGORIES= emulators
MASTER_SITES= http://www.komkon.org/fms/iNES/
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>