aboutsummaryrefslogtreecommitdiff
path: root/math/brial/Makefile
blob: e17cc5efa86869ab37ed8ea95f35f385f3607b0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	BRiAl
PORTVERSION=	1.2.10
PORTREVISION=	1
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>