diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-04 14:36:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-04 14:36:44 +0000 |
commit | a23c2a400d4cf1ba2a8ee11db209762f603d4fae (patch) | |
tree | 0b6135e875e0ff992553b66593a8b71da5e7a320 /emulators/vx68k | |
parent | - Update to version 2.0.11 (important security fix) (diff) |
add vx68k 1.1.10
A virtual machine that emulates a Sharp X68000
Notes
Notes:
svn path=/head/; revision=60600
Diffstat (limited to 'emulators/vx68k')
-rw-r--r-- | emulators/vx68k/Makefile | 30 | ||||
-rw-r--r-- | emulators/vx68k/distinfo | 1 | ||||
-rw-r--r-- | emulators/vx68k/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/vx68k/pkg-descr | 6 | ||||
-rw-r--r-- | emulators/vx68k/pkg-plist | 15 |
5 files changed, 53 insertions, 0 deletions
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 <bsd.port.mk> 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 |