freebsd-ports/devel/z80ex/Makefile
Guido Falsi 52ff490983 - Update to 1.1.20rev1
- Remove BROKEN

PR:		ports/177302
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer)
Feature safe:	yes
2013-04-16 18:30:10 +00:00

21 lines
491 B
Makefile

# Created by: Hardy Schumacher <hardy.schumacher@gmx.de>
# $FreeBSD$
PORTNAME= z80ex
PORTVERSION= 1.1.20.1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/1.1.20rev1
DISTNAME= ${PORTNAME}-1.1.20rev1
MAINTAINER= hardy.schumacher@gmx.de
COMMENT= ZiLOG Z80 CPU emulator library
USE_GMAKE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's/$$(TOOLS_PREFIX)gcc/$${CC}/' \
-e 's/$$(TOOLS_PREFIX)ar/$${AR}/' \
-e 's/-O2//' ${WRKSRC}/Makefile
.include <bsd.port.mk>