freebsd-ports/emulators/vgba-bin/Makefile
Mario Sergio Fujikawa Ferreira 34a8a8cd54 Update to 3.0
2005-04-03 19:44:24 +00:00

40 lines
925 B
Makefile

# New ports collection makefile for: vgba-bin
# Date created: 04 Aug 2000
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
#
# $FreeBSD$
#
PORTNAME= vgba
PORTVERSION= 3.0
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/VGBA/
PKGNAMESUFFIX= -bin
DISTNAME= VGBA${PORTVERSION:S/.//}-FreeBSD-80x86-bin
EXTRACT_SUFX= .tar.Z
MAINTAINER= lioux@FreeBSD.org
COMMENT= Virtual GameBoy Advance is an emulator of Nintendo GameBoy Advance(TM)
ONLY_FOR_ARCHS= i386
USE_X_PREFIX= yes
NO_BUILD= no
NO_WRKSUBDIR= no
INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/vgba ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${INSTALL_DIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/VGBA.html ${DOCSDIR}
.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>