1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/science/hepmc3/Makefile
Yuri Victorovich fe55458766 science/hepmc3: update 3.2.7 → 3.3.0
Reported by:	portscout
2024-06-20 18:52:59 -07:00

21 lines
565 B
Makefile

PORTNAME= hepmc3
DISTVERSION= 3.3.0
CATEGORIES= science
MASTER_SITES= https://hepmc.web.cern.ch/hepmc/releases/
DISTNAME= HepMC3-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Event record for High Energy Physics Monte Carlo generators/simulation
WWW= https://hepmc.web.cern.ch/hepmc/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake:testing compiler:c++11-lang
USE_LDCONFIG= yes
CMAKE_OFF= HEPMC3_ENABLE_PYTHON HEPMC3_BUILD_STATIC_LIBS HEPMC3_ENABLE_ROOTIO HEPMC3_INSTALL_EXAMPLES
CMAKE_TESTING_ON= HEPMC3_ENABLE_TEST
.include <bsd.port.mk>