aboutsummaryrefslogtreecommitdiff
path: root/math/libbraiding/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/libbraiding/Makefile')
-rw-r--r--math/libbraiding/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/math/libbraiding/Makefile b/math/libbraiding/Makefile
index c143e09567a5..51d5407284db 100644
--- a/math/libbraiding/Makefile
+++ b/math/libbraiding/Makefile
@@ -1,21 +1,22 @@
PORTNAME= libbraiding
-PORTVERSION= 1.2
+DISTVERSION= 1.3.1
CATEGORIES= math
+MASTER_SITES= https://github.com/miguelmarco/${PORTNAME}/releases/download/${DISTVERSION}/
-MAINTAINER= thierry@FreeBSD.org
+MAINTAINER= ports@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
+USES= compiler:c++17-lang libtool pkgconfig
+USE_CXXSTD= c++17
+USE_LDCONFIG= yes
-CXXFLAGS+= -std=c++17
GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
+
INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
.include <bsd.port.mk>