summaryrefslogtreecommitdiffstats
path: root/lang/icc
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2002-04-16 15:03:49 +0000
committernetchild <netchild@FreeBSD.org>2002-04-16 15:03:49 +0000
commitc85e6d1df9ec9ef0d33665bbab2e4b29d9923a5d (patch)
treedf6978c1296d013f009bb6a08292901bd4172907 /lang/icc
parentc9ce7822c71fe60ccd75b9197feefa5ffe2d2d95 (diff)
downloadFreeBSD-ports-c85e6d1df9ec9ef0d33665bbab2e4b29d9923a5d.zip
FreeBSD-ports-c85e6d1df9ec9ef0d33665bbab2e4b29d9923a5d.tar.gz
Style fixes.
Submitted by: obrien Approved by: steve
Diffstat (limited to 'lang/icc')
-rw-r--r--lang/icc/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index 097056d..35b53e0 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -16,30 +16,30 @@ EXTRACT_SUFX= .tar
MAINTAINER= netchild@FreeBSD.org
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
-RUN_DEPENDS= \
- ${LINUXBASE}/lib/libc-2.2.2.so:${PORTSDIR}/emulators/linux_base-7
+RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.2.2.so:${PORTSDIR}/emulators/linux_base-7
RESTRICTED= Intel forbids any redistribution
+NO_PACKAGE= ${RESTRICTED}
+NO_CDROM= ${RESTRICTED}
-NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386
+#USE_LINUX= yes
+NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
-NO_PACKAGE= ${RESTRICTED}
-NO_CDROM= yes
-
.include <bsd.port.pre.mk>
ICCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//'
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= "Please manually download the version for RedHat 7.1 from ${MASTER_SITES}, put it into ${DISTDIR} and run make again"
+IGNORE= "Please manually download the version for RedHat 7.1 from ${MASTER_SITES} (e.g. http://www.intel.com/software/products/compilers/c50/linux/noncom.htm), put it into ${DISTDIR} and run make again. WARNING: this will lead to a mixed up installation if you already use the default linux emulation. This port uses the linux_base-7 port instead of the default linux_base port"
.endif
post-extract:
-.for i in intel-icc-5.0.1-129.i386.rpm \
+.for i in \
+ intel-icc-5.0.1-129.i386.rpm \
# intel-ecc64-5.0.1-71.ia64.rpm \
# intel-ldb-5.0.1-119.i386.rpm \
# intel-subh-5.0.1-118.i386.rpm \
OpenPOWER on IntegriCloud