blob: 53e17aabf38a3cfb18d198dd2651c5507ca69675 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $FreeBSD$
PORTNAME= openmp
PORTVERSION= 3.9.0
DISTVERSIONSUFFIX= .src
CATEGORIES= devel
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Open Multi-Processing runtime for LLVM/Clang
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
ONLY_FOR_ARCHS= amd64 # i386
USES= cmake compiler:c++11-lib perl5 tar:xz
USE_PERL5= build
USE_LDCONFIG= yes
PLIST_FILES= include/omp.h \
lib/libgomp.so \
lib/libiomp5.so \
lib/libomp.so.0 \
lib/libomp.so
.include <bsd.port.mk>
|