summaryrefslogtreecommitdiff
path: root/math/libbraiding/Makefile
blob: c143e09567a54b980af2a03108da5057b96a90bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	libbraiding
PORTVERSION=	1.2
CATEGORIES=	math

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

LICENSE=	GPLv3

USE_GITHUB=	yes
GH_ACCOUNT=	miguelmarco

USES=		autoreconf  compiler:c++11-lang libtool

CXXFLAGS+=	-std=c++17
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

.include <bsd.port.mk>