e38b985413
Approved by: kris
20 lines
413 B
Makefile
20 lines
413 B
Makefile
# New ports collection makefile for: stlport-icc
|
|
# Date created: 4 August 2002
|
|
# Whom: marius@alchemy.franken.de
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ${MASTERPORTNAME}
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
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"
|