From ad68c0e8940d84be83d136c361d341dd5b5c5635 Mon Sep 17 00:00:00 2001 From: jseger Date: Tue, 15 Dec 1998 21:30:02 +0000 Subject: Import of vpce: Turbo Graphix 16 emulator Submitted by: nakai@TokyoNet.AD.JP --- emulators/vpce/Makefile | 29 +++++++++++++++++++++++++++++ emulators/vpce/distinfo | 1 + emulators/vpce/pkg-comment | 1 + emulators/vpce/pkg-descr | 1 + emulators/vpce/pkg-plist | 2 ++ 5 files changed, 34 insertions(+) create mode 100644 emulators/vpce/Makefile create mode 100644 emulators/vpce/distinfo create mode 100644 emulators/vpce/pkg-comment create mode 100644 emulators/vpce/pkg-descr create mode 100644 emulators/vpce/pkg-plist (limited to 'emulators/vpce') diff --git a/emulators/vpce/Makefile b/emulators/vpce/Makefile new file mode 100644 index 000000000000..11b3f083cdf3 --- /dev/null +++ b/emulators/vpce/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: vpce +# Version required: 0.3f +# Date created: 20 August 1997 +# Whom: Yukihiro Nakai +# +# $Id$ +# + +DISTNAME= vpce03f_freebsd +PKGNAME= vpce-0.3f +CATEGORIES= emulators +MASTER_SITES= http://www.fortunecity.com/roswell/vanthal/10/ +EXTRACT_SUFX= .tgz + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +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 diff --git a/emulators/vpce/distinfo b/emulators/vpce/distinfo new file mode 100644 index 000000000000..ab309803d915 --- /dev/null +++ b/emulators/vpce/distinfo @@ -0,0 +1 @@ +MD5 (vpce03f_freebsd.tgz) = 6ac19aef8f698c5ca420796c1a64631d diff --git a/emulators/vpce/pkg-comment b/emulators/vpce/pkg-comment new file mode 100644 index 000000000000..def370aafc97 --- /dev/null +++ b/emulators/vpce/pkg-comment @@ -0,0 +1 @@ +PC Engine (TG16) emulator on X diff --git a/emulators/vpce/pkg-descr b/emulators/vpce/pkg-descr new file mode 100644 index 000000000000..def370aafc97 --- /dev/null +++ b/emulators/vpce/pkg-descr @@ -0,0 +1 @@ +PC Engine (TG16) emulator on X diff --git a/emulators/vpce/pkg-plist b/emulators/vpce/pkg-plist new file mode 100644 index 000000000000..d9e9ba2c15cb --- /dev/null +++ b/emulators/vpce/pkg-plist @@ -0,0 +1,2 @@ +bin/xvpce +share/doc/README.vpce -- cgit