mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
7a9994c5b1
Reported by: portscout
26 lines
485 B
Makefile
26 lines
485 B
Makefile
PORTNAME= fastscapelib
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.2
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library of efficient algorithms for topographic data
|
|
WWW= https://fastscapelib.readthedocs.io/en/latest/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= xtensor>0:math/xtensor
|
|
RUN_DEPENDS= xtensor>0:math/xtensor
|
|
|
|
USES= cmake:testing
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fastscape-lem
|
|
|
|
CMAKE_TESTING_ON= FS_BUILD_TESTS
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|