mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
31 lines
531 B
Makefile
31 lines
531 B
Makefile
# 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>
|