Tweak devel/racer version 2.1.31
[dports.git] / lang / nwcc / Makefile
1 # Created by: David O'Brien (obrien@NUXI.org)
2 # $FreeBSD$
3
4 PORTNAME=       nwcc
5 PORTVERSION=    0.8.3
6 CATEGORIES=     lang
7 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
8 DISTNAME=       ${PORTNAME}_${PORTVERSION}
9
10 MAINTAINER=     danilo@FreeBSD.org
11 COMMENT=        Nils Weller's C compiler for Unix systems
12
13 ONLY_FOR_ARCHS= i386 amd64
14
15 HAS_CONFIGURE=  yes
16 CONFIGURE_ARGS= --installprefix=${PREFIX}
17 ALL_TARGET=
18
19 post-patch:
20         @${REINPLACE_CMD} -e 's|\./nwcc|-&|' ${WRKSRC}/Makefile.skel
21
22 .include <bsd.port.mk>