freebsd-ports/science/clhep/Makefile
Gerald Pfeifer e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00

31 lines
749 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= clhep
PORTVERSION= 2.3.1.1
PORTREVISION= 3
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
BROKEN_powerpc64= fails to compile: c++11 extension is not available for /usr/bin/c++
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>