summaryrefslogtreecommitdiff
path: root/math/libbraiding/Makefile
blob: 51d5407284dbe26f786063ba27ad654dd9105294 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	libbraiding
DISTVERSION=	1.3.1
CATEGORIES=	math
MASTER_SITES=	https://github.com/miguelmarco/${PORTNAME}/releases/download/${DISTVERSION}/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	C++ library for computations on braid groups
WWW=		https://github.com/jeanluct/braidlab

LICENSE=	GPLv3

USES=		compiler:c++17-lang libtool pkgconfig
USE_CXXSTD=	c++17
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>