aboutsummaryrefslogblamecommitdiff
path: root/math/brial/Makefile
blob: f0b0c066e90ceca4cfa622495066b58e6ffaf574 (plain) (tree)
1
2
3
4
5
6
7
8
                     
                      
                 



                                                          
                                              















                                                                          
                             


                      
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>