1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/z80ex/Makefile
Alex Kozlov 0bf7e09b46 - Update to 1.1.20 [1]
- Remove hardcoded CC/AR, optimisation flags [1]
- Convert Makefile headers to new style

PR:	ports/174955 (based on) [1]
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer)
2013-01-12 05:12:54 +00:00

21 lines
417 B
Makefile

# Created by: Hardy Schumacher <hardy.schumacher@gmx.de>
# $FreeBSD$
PORTNAME= z80ex
PORTVERSION= 1.1.20
CATEGORIES= devel
MASTER_SITES= SF
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>