aboutsummaryrefslogblamecommitdiff
path: root/math/m4ri/Makefile
blob: fbcf0c07418e62b5a36357d7ab00c5064e8b03e5 (plain) (tree)
1
                               




























                                                                       
# Created by: thierry@pompo.net

PORTNAME=	M4RI
PORTVERSION=	20200125
DISTVERSIONPREFIX=	release-
CATEGORIES=	math

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Library for fast arithmetic with dense matrices over F2

LICENSE=	GPLv2+

LIB_DEPENDS=	libpng.so:graphics/png

USE_GITHUB=	yes
GH_ACCOUNT=	malb
GH_PROJECT=	${PORTNAME:tl}

USES=		autoreconf libtool localbase pkgconfig

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.if defined(MAINTAINER_MODE)
TEST_TARGET=	check
# Only needed for tests
USES+=		gmake
.endif

.include <bsd.port.mk>