0a4f3125f1
Update to the canonical form of an R package and fix the LICENSE field.
12 lines
297 B
Makefile
12 lines
297 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2019/07/31 15:00:16 brook Exp $
|
|
|
|
BUILDLINK_TREE+= R-Rcpp
|
|
|
|
.if !defined(R_RCPP_BUILDLINK3_MK)
|
|
R_RCPP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.R-Rcpp+= R-Rcpp>=1.0.2
|
|
BUILDLINK_PKGSRCDIR.R-Rcpp?= ../../devel/R-Rcpp
|
|
.endif # R_RCPP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -R-Rcpp
|