1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/stlport-icc/Makefile
Alexander Leidinger cdfad719b2 Take over maintainership.
Requested by:	previous maintainer
2003-08-22 11:33:00 +00:00

22 lines
498 B
Makefile

# New ports collection makefile for: stlport-icc
# Date created: 4 August 2002
# Whom: marius@alchemy.franken.de
#
# $FreeBSD$
PORTNAME= ${MASTERPORTNAME}
MAINTAINER= netchild@FreeBSD.org
COMMENT= Adaptation of SGI's Standard Template Library for icc
BUILD_DEPENDS= icc:${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"