2002-09-17 15:01:26 +02:00
|
|
|
# New ports collection makefile for: stlport-icc
|
|
|
|
# Date created: 4 August 2002
|
|
|
|
# Whom: marius@alchemy.franken.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ${MASTERPORTNAME}
|
|
|
|
|
2003-08-22 13:33:00 +02:00
|
|
|
MAINTAINER= netchild@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Adaptation of SGI's Standard Template Library for icc
|
2002-09-17 15:01:26 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= icc:${PORTSDIR}/lang/icc
|
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2003-07-31 13:49:31 +02:00
|
|
|
NO_PACKAGE= Software compiled with icc may not be redistributed without a purchased license
|
|
|
|
|
2002-09-17 15:01:26 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../stlport
|
|
|
|
COMPILER= icc
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|