mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
0bf7e09b46
- 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)
21 lines
417 B
Makefile
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>
|