summaryrefslogtreecommitdiff
path: root/net/R-pbdZMQ/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/R-pbdZMQ/Makefile')
-rw-r--r--net/R-pbdZMQ/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/net/R-pbdZMQ/Makefile b/net/R-pbdZMQ/Makefile
index da5e58102dd..38d621729e1 100644
--- a/net/R-pbdZMQ/Makefile
+++ b/net/R-pbdZMQ/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:51 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 20:44:35 brook Exp $
-CATEGORIES= net
+CATEGORIES= net R
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://r-pbd.org/
@@ -8,7 +8,7 @@ COMMENT= Interface to ZeroMQ
LICENSE= gnu-gpl-v3
R_PKGNAME= pbdZMQ
-R_PKGVER= 0.3-2
+R_PKGVER= 0.3-3
GNU_CONFIGURE= yes
USE_LANGUAGES= c
@@ -16,13 +16,11 @@ USE_TOOLS+= pkg-config sed
CHECK_PORTABILITY_SKIP= src/zmqsrc/configure
-BUILDLINK_API_DEPENDS.R+= R>=3.2.0
-.include "../../math/R/Makefile.extension"
-.include "../../net/zeromq/buildlink3.mk"
-
post-install:
- sed -e 's,PKG_CONFIG.*,PKG_CONFIG = ${LOCALBASE}/bin/pkg-config,' \
+ ${SED} -e 's,PKG_CONFIG.*,PKG_CONFIG = ${PREFIX}/bin/pkg-config,' \
${WRKSRC}/src/Makeconf > \
${DESTDIR}${PREFIX}/lib/R/library/pbdZMQ/etc/Makeconf
+.include "../../math/R/Makefile.extension"
+.include "../../net/zeromq/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"