freebsd-ports/devel/z80ex/Makefile
Danilo Egea Gondolfo f0b62b31e1 - Update from 1.1.20.1 to 1.1.21
- Add LICENSE

while here
- Add stage support
- Convert USE_GMAKE to USES

PR:		ports/185082
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer)
2013-12-22 16:32:32 +00:00

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>