mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
28 lines
501 B
Makefile
28 lines
501 B
Makefile
# Created by: thierry@pompo.net
|
|
|
|
PORTNAME= BRiAl
|
|
PORTVERSION= 1.2.10
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Library for polynomials over boolean rings
|
|
|
|
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
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|