diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-16 05:30:02 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-16 05:30:02 +0800 |
commit | ad68c0e8940d84be83d136c361d341dd5b5c5635 (patch) | |
tree | 61d5b73c4018e7f257bef910c7d2ef01371b6970 /emulators | |
parent | 8e6ee444b379c812358e378ccb669d6ca3e2da76 (diff) | |
download | freebsd-ports-gnome-ad68c0e8940d84be83d136c361d341dd5b5c5635.tar.gz freebsd-ports-gnome-ad68c0e8940d84be83d136c361d341dd5b5c5635.tar.zst freebsd-ports-gnome-ad68c0e8940d84be83d136c361d341dd5b5c5635.zip |
Import of vpce: Turbo Graphix 16 emulator
Submitted by: nakai@TokyoNet.AD.JP
Diffstat (limited to 'emulators')
-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 |