mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
28 lines
551 B
Makefile
28 lines
551 B
Makefile
PORTNAME= BRiAl
|
|
PORTVERSION= 1.2.11
|
|
PORTREVISION= 2
|
|
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>
|