opnsense-ports/devel/openmp/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

30 lines
602 B
Makefile

# $FreeBSD$
PORTNAME= openmp
DISTVERSION= 6.0.1
PORTREVISION= 1
DISTVERSIONSUFFIX= .src
CATEGORIES= devel
MASTER_SITES= http://llvm.org/releases/${DISTVERSION}/
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 \
include/ompt.h \
lib/libgomp.so \
lib/libiomp5.so \
lib/libomp.so \
lib/libomp.so.0 \
lib/libomptarget.so \
lib/libomptarget.so.0
.include <bsd.port.mk>