f0b62b31e1
- Add LICENSE while here - Add stage support - Convert USE_GMAKE to USES PR: ports/185082 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer)
18 lines
363 B
Makefile
18 lines
363 B
Makefile
# Created by: Hardy Schumacher <hardy.schumacher@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= z80ex
|
|
PORTVERSION= 1.1.21
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= hardy.schumacher@gmx.de
|
|
COMMENT= ZiLOG Z80 CPU emulator library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= dos2unix gmake
|
|
DOS2UNIX_FILES= Makefile
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|