head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.24.33;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2008.02.25.11.13.26;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	2007.12.14.17.38.21;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2007.11.07.01.03.16;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2007.10.26.08.03.40;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2007.10.15.14.37.43;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:  pcc
# Date created:			  Mon Oct 15, 2007
# Whom:				  David O'Brien (obrien@@NUXI.org)
#
# $FreeBSD: head/lang/nwcc/Makefile 300896 2012-07-14 13:54:48Z beat $
#

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>
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.5
log
@Update to version 0.7.5.
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.4
log
@Update to version 0.7.4.

Submitted by:	Nils Weller <nils@@gnulinux.nl> (author)
@
text
@d10 1
a10 1
PORTVERSION=	0.7.4
@


1.3
log
@- This port seems to need yasm on amd64 and nasm on i386

Reported by:	pointyhat
Approved by:	portmgr (hat)
@
text
@d10 1
a10 1
PORTVERSION=	0.7.3
a25 8
.include <bsd.port.pre.mk>

.if ${ARCH} == amd64
BUILD_DEPENDS+=	yasm:${PORTSDIR}/devel/yasm
.else
BUILD_DEPENDS+=	nasm:${PORTSDIR}/devel/nasm
.endif

d29 1
a29 1
.include <bsd.port.post.mk>
@


1.2
log
@- Add missed dependency on yasm
- Fix plist

Reported by:	pointyhat
@
text
@a19 2
BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm

d26 8
d37 1
a37 1
.include <bsd.port.mk>
@


1.1
log
@nwcc is a small C compiler for Unix systems under the BSDL
It works with FreeBSD/OpenBSD/Solaris/Linux on 80x86, FreeBSD/Linux on AMD64,
Solaris on SPARC, AIX on PowerPC, and IRIX on MIPS hardware.
The x86 and AMD64 backends support two assemblers; nasm/yasm and gas.
@
text
@d20 2
@

