1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/math/libbraiding/Makefile
Thierry Thomas 6da3ac76ad math/libbraiding: upgrade to 1.2
Minor changes for compatibility with newer C++.
2023-11-02 17:02:05 +01:00

22 lines
405 B
Makefile

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>