1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/emulators/mastergear/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

39 lines
859 B
Makefile

# New ports collection makefile for: mastergear
# Date created: 02 November 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= mastergear
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/MG/
DISTNAME= MG20-FreeBSD-80x86-bin
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= SEGA Master System and Game Gear emulator for X
LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386
NO_BUILD= yes
STRIP=
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/CART.ROM ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/SF7000.ROM ${DATADIR}
.if(!defined(NOPORTDOCS))
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/MG.html ${DOCSDIR}
.endif
.include <bsd.port.mk>