aboutsummaryrefslogtreecommitdiffstats
path: root/math/libformfactor/Makefile
blob: 6b7759aaeff690742a8d664434e438926110ca8b (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
PORTNAME=	libformfactor
DISTVERSION=	0.3.1
CATEGORIES=	math
MASTER_SITES=	https://jugit.fz-juelich.de/mlz/libformfactor/-/archive/v${DISTVERSION}/
DISTNAME=	${PORTNAME}-v${DISTVERSION}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Library for computation of scattering form factors of polyhedra
WWW=		https://jugit.fz-juelich.de/mlz/libformfactor

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	libheinz>0:devel/libheinz

USES=		compiler:c++20-lang cmake:testing
USE_LDCONFIG=	yes

CMAKE_OFF=	BUILD_TESTING
CMAKE_TESTING_ON=	BUILD_TESTING

# tests as of 0.3.1: 100% tests passed, 0 tests failed out of 18

.include <bsd.port.mk>