freebsd-ports/emulators/vgb-bin/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

43 lines
1 KiB
Makefile

# New ports collection makefile for: vgb-bin
# Date created: 04 Aug 2000
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
#
# $FreeBSD$
#
PORTNAME= vgb
PORTVERSION= 3.0
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/VGB/
PKGNAMESUFFIX= -bin
DISTNAME= VGB${PORTVERSION:S/.//}-FreeBSD-80x86-bin
EXTRACT_SUFX= .tar.Z
MAINTAINER= lioux@FreeBSD.org
COMMENT= Nintendo GameBoy(tm) emulator (closed binary version of vgb)
IA32_BINARY_PORT= yes
USE_X_PREFIX= yes
NO_BUILD= no
NO_WRKSUBDIR= no
INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin
@${INSTALL_DIR} ${PREFIX}/share/vgb
@${INSTALL_DATA} ${WRKSRC}/CART.GB ${PREFIX}/share/vgb
.if !defined(NOPORTDOCS)
@${INSTALL_DIR} ${PREFIX}/share/doc/vgb
@${INSTALL_DATA} ${WRKSRC}/VGB.html ${PREFIX}/share/doc/vgb
.endif # !defined(NOPORTDOCS)
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502100
IGNORE= does not work for FreeBSD versions prior to 5.2.1R
.endif
.include <bsd.port.post.mk>