# New ports collection makefile for:	stlport-icc
# Date created:				4 August 2002
# Whom:					marius@alchemy.franken.de
#
# $FreeBSD: ports/devel/stlport-icc/Makefile,v 1.9 2004/02/04 05:19:53 marcus Exp $

PORTNAME=	${MASTERPORTNAME}
PORTREVISION=	3

MAINTAINER=	netchild@FreeBSD.org
COMMENT=	Adaptation of SGI's Standard Template Library for ICC

BUILD_DEPENDS=	icc:${PORTSDIR}/lang/icc icpc:${PORTSDIR}/lang/icc

ONLY_FOR_ARCHS=	i386

NO_PACKAGE=	Software compiled with icc may not be redistributed without a purchased license

MASTERDIR=	${.CURDIR}/../stlport
COMPILER=	icc

.include "${MASTERDIR}/Makefile"
