aboutsummaryrefslogtreecommitdiff
path: root/math/m4rie/Makefile
blob: c3b4dfc8ebbcf9f5b6346ece3e0ac814866dfe7f (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
# Created by: thierry@pompo.net
# $FreeBSD$

PORTNAME=	M4RIE
PORTVERSION=	20200115
DISTVERSIONPREFIX=	release-
CATEGORIES=	math

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Library for fast arithmetic with dense matrices over GF(2^e)

LICENSE=	GPLv2+

LIB_DEPENDS=	libm4ri.so:math/m4ri

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

USES=		autoreconf libtool localbase pkgconfig

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

TEST_TARGET=	check

.include <bsd.port.mk>