diff options
Diffstat (limited to 'math/brial/Makefile')
-rw-r--r-- | math/brial/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/math/brial/Makefile b/math/brial/Makefile index f0b0c066e90c..aacd0d389578 100644 --- a/math/brial/Makefile +++ b/math/brial/Makefile @@ -1,9 +1,11 @@ PORTNAME= BRiAl -PORTVERSION= 1.2.11 -PORTREVISION= 1 +DISTVERSION= 1.2.12 +PORTREVISION= 2 CATEGORIES= math +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ +DISTNAME= ${PORTNAME:tl}-${DISTVERSION} -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for polynomials over boolean rings WWW= https://github.com/BRiAl/BRiAl @@ -14,13 +16,11 @@ LIB_DEPENDS= libm4ri.so:math/m4ri \ 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 +USES= autoreconf compiler:c++11-lang libtool localbase:ldflags \ + pkgconfig tar:bz2 +USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check |