Portable ZiLOG Z80 CPU emulator library.

WWW: http://z80ex.sourceforge.net

PR:		141903
Submitted by:	"Hardy.schumacher" <hardy.schumacher@gmx.de>
This commit is contained in:
Dmitry Marakasov 2010-02-04 00:40:05 +00:00
parent c4ab2a49a2
commit 2a8a40981c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249204
6 changed files with 57 additions and 0 deletions

View file

@ -3106,6 +3106,7 @@
SUBDIR += yasm
SUBDIR += z80-asm
SUBDIR += z80asm
SUBDIR += z80ex
SUBDIR += zeroinstall-injector
SUBDIR += zmq
SUBDIR += ztcl

19
devel/z80ex/Makefile Normal file
View file

@ -0,0 +1,19 @@
# New ports collection makefile for: z80ex
# Date created: 22 December 2009
# Whom: Hardy Schumacher <hardy.schumacher@gmx.de>
#
# $FreeBSD$
#
PORTNAME= z80ex
PORTVERSION= 1.1.18
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= hardy.schumacher@gmx.de
COMMENT= ZiLOG Z80 CPU emulator library
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>

3
devel/z80ex/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (z80ex-1.1.18.tar.gz) = f46283f976c1b4b59965a00a4d822317
SHA256 (z80ex-1.1.18.tar.gz) = 85eb8b883498f9890e8cb6edccb77e42c82f939f8b81972780744b587db4bc6c
SIZE (z80ex-1.1.18.tar.gz) = 63563

View file

@ -0,0 +1,19 @@
--- ./Makefile.orig 2010-02-03 19:56:53.000000000 +0100
+++ ./Makefile 2010-02-03 19:57:20.000000000 +0100
@@ -5,8 +5,7 @@
#################################################################
# You may tune these values to feet your setup:
#################################################################
-INSTALL_PREFIX := /usr/local
-CC := gcc
+INSTALL_PREFIX := ${PREFIX}
ALL_CFLAGS := -fPIC -fno-common -ansi -pedantic -Wall -pipe -O2 -I. -I./include
LINKER := gcc
@@ -93,4 +92,4 @@
tar --exclude z80ex.geany --exclude obsolete --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE} --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz -hcf - ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}/ | gzip -f9 > ${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz
rm -rf ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}
-#EOF
\ No newline at end of file
+#EOF

3
devel/z80ex/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
Portable ZiLOG Z80 CPU emulator library.
WWW: http://z80ex.sourceforge.net

12
devel/z80ex/pkg-plist Normal file
View file

@ -0,0 +1,12 @@
include/z80ex/z80ex.h
include/z80ex/z80ex_common.h
include/z80ex/z80ex_dasm.h
lib/libz80ex.a
lib/libz80ex.so.1
lib/libz80ex_dasm.a
lib/libz80ex_dasm.so.1
lib/libz80ex.so
lib/libz80ex.so.1.1.18
lib/libz80ex_dasm.so
lib/libz80ex_dasm.so.1.1.18
@dirrm include/z80ex