freebsd-ports/emulators/vpce/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

31 lines
684 B
Makefile

# New ports collection makefile for: vpce
# Date created: 20 August 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= vpce
PORTVERSION= 0.3f
CATEGORIES= emulators
MASTER_SITES= http://www.geocities.com/SiliconValley/Way/3340/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}_freebsd
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= PC Engine (TG16) emulator on X
NO_WRKSUBDIR= yes
USE_XLIB= yes
NO_BUILD= yes
STRIP=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xvpce_03f_freebsd ${PREFIX}/bin/xvpce
.if !defined(NOPORTDOCS)
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.vpce
.endif
.include <bsd.port.mk>