mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
73fa6e1345
includes workarounds intended to fix the broken sparc64 build, and fixes to the static libR, which is now in a separate slave port, math/libR) PR: 158947 [1] Submitted by: wen ([1], independently)
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# New ports collection makefile for: sm
|
|
# Date created: 2009-03-19
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sm
|
|
DISTVERSION= 2.2-4.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= R-cran-
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Smoothing methods for nonparametric regression and density estimation
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|