aboutsummaryrefslogtreecommitdiff
path: root/math/m4ri/Makefile
blob: 36216b064c4bacc73423213dfe84a5d2d93e4d33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: thierry@pompo.net
# $FreeBSD$

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>