blob: 4b8ac1b19d4419b70694d14cf5413101d2844a34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: stlport-icc
# Date created: 4 August 2002
# Whom: marius@alchemy.franken.de
#
# $FreeBSD$
PORTNAME= ${MASTERPORTNAME}
MAINTAINER= marius@alchemy.franken.de
BUILD_DEPENDS= icc:${PORTSDIR}/lang/icc
ONLY_FOR_ARCHS= i386
NO_PACKAGE= Depends upon lang/icc which is restricted for legal reasons.
MASTERDIR= ${.CURDIR}/../stlport
COMPILER= icc
.include "${MASTERDIR}/Makefile"
|