blob: 45368ff9755ee0df67811f9b5b3f15ceff7c72de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.5 2022/04/30 03:18:15 wen Exp $
R_PKGNAME= gss
R_PKGVER= 2.2-3
CATEGORIES= math
MAINTAINER= minskim@NetBSD.org
COMMENT= General smoothing splines
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|