24 lines
658 B
Makefile
24 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/09/26 00:49:07 wiz Exp $
|
|
|
|
R_PKGNAME= askpass
|
|
R_PKGVER= 1.1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Safe password entry for R, Git, and SSH
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= R-sys>=2.1:../../sysutils/R-sys
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
REPLACE_INTERPRETER+= osascript
|
|
REPLACE.osascript.old= [^[:space:]]*env osascript
|
|
REPLACE.osascript.new= /usr/bin/osascript
|
|
REPLACE_FILES.osascript= inst/mac-askpass inst/mac-simplepass
|
|
|
|
CHECK_INTERPRETER_SKIP+= lib/R/library/askpass/mac-askpass
|
|
CHECK_INTERPRETER_SKIP+= lib/R/library/askpass/mac-simplepass
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|