aboutsummaryrefslogtreecommitdiff
path: root/math/m4rie/Makefile
blob: 4df875280ea07b935bb25821c0e3a88dcec8df05 (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
PORTNAME=	M4RIE
DISTVERSION=	20250103
CATEGORIES=	math
MASTER_SITES=	https://bitbucket.org/malb/${PORTNAME:tl}/downloads/
DISTNAME=	${PORTNAME:tl}-${DISTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for fast arithmetic with dense matrices over GF(2^e)
WWW=		https://bitbucket.org/malb/m4rie/src/master/

LICENSE=	GPLv2+

LIB_DEPENDS=	libm4ri.so:math/m4ri

USES=		autoreconf libtool localbase:ldflags pathfix pkgconfig
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip
TEST_TARGET=	check

PLIST_SUB=	VER=${PORTVERSION}

.include <bsd.port.mk>