mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
30 lines
662 B
Makefile
30 lines
662 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clhep
|
|
PORTVERSION= 2.3.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Object-oriented toolkit for particle physics applications by CERN
|
|
|
|
LICENSE= GPLv3 LGPL3
|
|
LICENSE_COMB= multi
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:tu}
|
|
|
|
USES= cmake:outsource compiler:openmp perl5 tar:tgz
|
|
USE_PERL5= build
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/DESTINATION/s|lib$${LIB_SUFFIX}|libdata|' \
|
|
${WRKSRC}/cmake/Modules/ClhepToolchain.cmake
|
|
|
|
.include <bsd.port.mk>
|