HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/math/brial/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>