summaryrefslogtreecommitdiff
path: root/emulators/vx68k/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-04 14:36:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-04 14:36:44 +0000
commita23c2a400d4cf1ba2a8ee11db209762f603d4fae (patch)
tree0b6135e875e0ff992553b66593a8b71da5e7a320 /emulators/vx68k/Makefile
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/Makefile')
-rw-r--r--emulators/vx68k/Makefile30
1 files changed, 30 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>