mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
22 lines
484 B
Makefile
22 lines
484 B
Makefile
# 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
|
|
COMMENT= Adaptation of SGI's Standard Template Library for icc
|
|
|
|
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"
|