mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
cf118ccf87
Reported by: lwhsu
25 lines
444 B
Makefile
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>
|