diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-15 21:30:02 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-15 21:30:02 +0000 |
commit | 49f57ee50a47758cc63f8941ad6eda3c7335f0e9 (patch) | |
tree | 58fb0464f9d33b452569c1acd4f013a743b615eb /emulators/vpce | |
parent | Activate the cons port. (diff) |
Import of vpce: Turbo Graphix 16 emulator
Submitted by: nakai@TokyoNet.AD.JP
Notes
Notes:
svn path=/head/; revision=15366
Diffstat (limited to 'emulators/vpce')
-rw-r--r-- | emulators/vpce/Makefile | 29 | ||||
-rw-r--r-- | emulators/vpce/distinfo | 1 | ||||
-rw-r--r-- | emulators/vpce/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/vpce/pkg-descr | 1 | ||||
-rw-r--r-- | emulators/vpce/pkg-plist | 2 |
5 files changed, 34 insertions, 0 deletions
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 <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $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 <bsd.port.mk> 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 |