mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
21 lines
424 B
Makefile
21 lines
424 B
Makefile
PORTNAME= libbraiding
|
|
PORTVERSION= 1.3.1
|
|
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 pathfix pkgconfig
|
|
|
|
CXXFLAGS+= -std=c++17
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|