blob: 0ff480e4f41d4ae1111135d5af97313ab9c86575 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: stlport-icc
# Date created: 4 August 2002
# Whom: marius@alchemy.franken.de
#
# $FreeBSD$
PORTNAME= ${MASTERPORTNAME}
PORTREVISION= 2
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"
|