mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
64eb9da0e2
demos on this version.
42 lines
1009 B
Makefile
42 lines
1009 B
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= 20
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.komkon.org/fms/VGB/
|
|
PKGNAMESUFFIX= -bin
|
|
DISTNAME= VGB${PORTVERSION}-FreeBSD-80x86-bin
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_X_PREFIX= yes
|
|
NO_BUILD= no
|
|
NO_WRKSUBDIR= no
|
|
|
|
INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP}
|
|
|
|
.if defined(NOPORTDOCS)
|
|
PLIST_SUB+= PORTDOCS:="@comment "
|
|
.else
|
|
PLIST_SUB+= PORTDOCS:=
|
|
.endif # !defined(NOPORTDOCS)
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/vgb-debug ${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.mk>
|