blob: 4fe46cba7840fe9af099238381bd44d4d28d7d3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $NetBSD: Makefile,v 1.2 2018/03/07 19:18:56 minskim Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/nloptr/
COMMENT= R interface to NLopt
LICENSE= gnu-lgpl-v3
R_PKGNAME= nloptr
R_PKGVER= 1.0.4
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
SUBST_CLASSES+= conf
SUBST_STAGE.conf= post-patch
SUBST_FILES.conf+= configure
SUBST_MESSAGE.conf= Fixing redirection of configure.
SUBST_SED.conf= -e "s,<<<,<,g"
.include "../../math/R/Makefile.extension"
.include "../../math/nlopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|