aboutsummaryrefslogblamecommitdiff
path: root/lang/nwcc/Makefile
blob: f387754e39b706100f40b00c167e3128895b9436 (plain) (tree)
1
2
3
4
5
6
7
8
                                             
           

                    
                     

                    
                                                                       










                                                         
                   


                                   
                      
# Created by: 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=

NO_STAGE=	yes
post-build:
	cd ${WRKSRC} ; ${MAKE} test

.include <bsd.port.mk>