1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/lang/nwcc/Makefile
Danilo Egea Gondolfo 02c446e4b3 - Improve the REINPLACE_CMD regex
Suggested by:	danfe
2014-08-28 15:03:04 +00:00

23 lines
501 B
Makefile

# Created by: David O'Brien (obrien@NUXI.org)
# $FreeBSD$
PORTNAME= nwcc
PORTVERSION= 0.8.3
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= danilo@FreeBSD.org
COMMENT= Nils Weller's C compiler for Unix systems
ONLY_FOR_ARCHS= i386 amd64
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --installprefix=${PREFIX}
ALL_TARGET=
post-patch:
@${REINPLACE_CMD} -e 's|\./nwcc|-&|' ${WRKSRC}/Makefile.skel
.include <bsd.port.mk>