blob: 75554adb2315e9a863c992f3bdc17130616f014b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Hardy Schumacher <hardy.schumacher@gmx.de>
# $FreeBSD$
PORTNAME= z80ex
PORTVERSION= 1.1.21
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= hardy.schumacher@gmx.de
COMMENT= ZiLOG Z80 CPU emulator library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= dos2unix gmake
DOS2UNIX_FILES= Makefile
USE_LDCONFIG= yes
.include <bsd.port.mk>
|