opnsense-ports/math/brial/Makefile
2022-09-07 22:33:21 +02:00

28 lines
551 B
Makefile

PORTNAME= BRiAl
PORTVERSION= 1.2.11
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
COMMENT= Library for polynomials over boolean rings
WWW= https://github.com/BRiAl/BRiAl
LICENSE= GPLv2
LIB_DEPENDS= libm4ri.so:math/m4ri \
libgd.so:graphics/gd \
libpng.so:graphics/png \
libboost_thread.so:devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= BRiAl
USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.mk>