mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
55cfbcf56c
With hat: office Sponsored by: Future Crew, LLC
29 lines
551 B
Makefile
29 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>
|