From a23c2a400d4cf1ba2a8ee11db209762f603d4fae Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 4 Jun 2002 14:36:44 +0000 Subject: add vx68k 1.1.10 A virtual machine that emulates a Sharp X68000 --- emulators/Makefile | 1 + emulators/vx68k/Makefile | 30 ++++++++++++++++++++++++++++++ emulators/vx68k/distinfo | 1 + emulators/vx68k/pkg-comment | 1 + emulators/vx68k/pkg-descr | 6 ++++++ emulators/vx68k/pkg-plist | 15 +++++++++++++++ 6 files changed, 54 insertions(+) create mode 100644 emulators/vx68k/Makefile create mode 100644 emulators/vx68k/distinfo create mode 100644 emulators/vx68k/pkg-comment create mode 100644 emulators/vx68k/pkg-descr create mode 100644 emulators/vx68k/pkg-plist (limited to 'emulators') diff --git a/emulators/Makefile b/emulators/Makefile index 4662c95a23b5..b84eef61a258 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -67,6 +67,7 @@ SUBDIR += vmware2 SUBDIR += vmware_xf4mod SUBDIR += vpce + SUBDIR += vx68k SUBDIR += vxtools SUBDIR += wine SUBDIR += x48 diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile new file mode 100644 index 000000000000..0b46909230a5 --- /dev/null +++ b/emulators/vx68k/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: vx68k +# Date created: Jun 4, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= vx68k +PORTVERSION= 1.1.10 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= vm68k:${PORTSDIR}/emulators/libvm68k + +USE_BISON= yes +USE_MESA= yes +USE_GTK= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut ${PTHREAD_LIBS}" + +MAN1= vx68k.1 + +post-patch: + @${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/vx68k-gtk/configure + +.include diff --git a/emulators/vx68k/distinfo b/emulators/vx68k/distinfo new file mode 100644 index 000000000000..722dd406cf98 --- /dev/null +++ b/emulators/vx68k/distinfo @@ -0,0 +1 @@ +MD5 (vx68k-1.1.10.tar.gz) = a724ec24ee9952d3df0c7e3aa7583cac diff --git a/emulators/vx68k/pkg-comment b/emulators/vx68k/pkg-comment new file mode 100644 index 000000000000..744fdf34f88b --- /dev/null +++ b/emulators/vx68k/pkg-comment @@ -0,0 +1 @@ +A virtual machine that emulates a Sharp X68000 diff --git a/emulators/vx68k/pkg-descr b/emulators/vx68k/pkg-descr new file mode 100644 index 000000000000..57786037f67f --- /dev/null +++ b/emulators/vx68k/pkg-descr @@ -0,0 +1,6 @@ +The Virtual X68000 Project is an effort to develop a virtual machine or +emulator of Sharp X68000, as free (Open Source[TM]) software. Unlike other +works, Virtual X68000 does not require any ROM image to run application +programs for X68000. + +WWW: http://www.vx68k.org/vx68k/ diff --git a/emulators/vx68k/pkg-plist b/emulators/vx68k/pkg-plist new file mode 100644 index 000000000000..4cf0f50acbd5 --- /dev/null +++ b/emulators/vx68k/pkg-plist @@ -0,0 +1,15 @@ +bin/vx68k +include/vx68k/gtk.h +include/vx68k/human.h +include/vx68k/iocs.h +include/vx68k/machine.h +include/vx68k/memory.h +include/vx68k/version.h +@dirrm include/vx68k +lib/libvx68k.a +lib/libvx68k.la +lib/libvx68kdos.a +lib/libvx68kdos.la +@unexec install-info --delete %D/info/vx68k.info %D/info/dir +info/vx68k.info +@exec install-info %D/info/vx68k.info %D/info/dir -- cgit v1.2.3