blob: e94592e028e45c4730c682d14f38550166fd78c8 (
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
|
PORTNAME= M4RI
DISTVERSIONPREFIX= release-
DISTVERSION= 20240729
CATEGORIES= math
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for fast arithmetic with dense matrices over F2
WWW= https://bitbucket.org/malb/m4ri/src/master/
LICENSE= GPLv2+
LIB_DEPENDS= libpng.so:graphics/png
USE_GITHUB= yes
GH_ACCOUNT= malb
GH_PROJECT= ${PORTNAME:tl}
USES= autoreconf libtool:ldflags localbase pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.if defined(MAINTAINER_MODE)
TEST_TARGET= check
# Only needed for tests
USES+= gmake
.endif
.include <bsd.port.mk>
|