Files
ports/math/sisl/Makefile
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
444 B
Makefile

PORTNAME= sisl
DISTVERSIONPREFIX= SISL-
DISTVERSION= 4.6.0-44
DISTVERSIONSUFFIX= -g9114631
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Spline library
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= SINTEF-Geometry
GH_PROJECT= SISL
USE_LDCONFIG= yes
PLIST_FILES= include/sisl-copyright.h \
include/sisl.h \
include/sislP.h \
lib/libsisl.so
.include <bsd.port.mk>