1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/lang/nwcc/Makefile

29 lines
573 B
Makefile

# ex:ts=8
# Ports collection makefile for: pcc
# Date created: Mon Oct 15, 2007
# Whom: David O'Brien (obrien@NUXI.org)
#
# $FreeBSD$
#
PORTNAME= nwcc
PORTVERSION= 0.7.5
PORTREVISION?= 0
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= obrien@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-build:
cd ${WRKSRC} ; ${MAKE} test
.include <bsd.port.mk>