2013-09-20 21:53:09 +02:00
|
|
|
# Created by: David O'Brien (obrien@NUXI.org)
|
2007-10-15 16:37:43 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nwcc
|
2014-08-18 17:17:02 +02:00
|
|
|
PORTVERSION= 0.8.3
|
2007-10-15 16:37:43 +02:00
|
|
|
CATEGORIES= lang
|
2009-08-22 02:24:37 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
2007-10-15 16:37:43 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
2014-08-18 17:17:02 +02:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
2007-10-15 16:37:43 +02:00
|
|
|
COMMENT= Nils Weller's C compiler for Unix systems
|
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --installprefix=${PREFIX}
|
|
|
|
ALL_TARGET=
|
|
|
|
|
2014-08-28 16:50:29 +02:00
|
|
|
post-patch:
|
2014-08-28 17:03:04 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|\./nwcc|-&|' ${WRKSRC}/Makefile.skel
|
2007-10-15 16:37:43 +02:00
|
|
|
|
2007-12-14 18:38:21 +01:00
|
|
|
.include <bsd.port.mk>
|