diff options
author | imil <imil@pkgsrc.org> | 2015-01-05 11:32:49 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2015-01-05 11:32:49 +0000 |
commit | f89edfae05a7e3ea0f43f974ec7dba0dcabc69c5 (patch) | |
tree | 51ced9f6e254000fd91a69bffc970d25c4d03a51 /security/password-store/options.mk | |
parent | acc0e8fbde533b32ee0a49496a582a80a20c41ce (diff) | |
download | pkgsrc-f89edfae05a7e3ea0f43f974ec7dba0dcabc69c5.tar.gz |
Forgot to add / commit options.mk
Diffstat (limited to 'security/password-store/options.mk')
-rw-r--r-- | security/password-store/options.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/password-store/options.mk b/security/password-store/options.mk new file mode 100644 index 00000000000..575b77d4cc9 --- /dev/null +++ b/security/password-store/options.mk @@ -0,0 +1,17 @@ +# $NetBSD: options.mk,v 1.1 2015/01/05 11:32:49 imil Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.pass + +PKG_SUPPORTED_OPTIONS= git xclip +PKG_SUGGESTED_OPTIONS= git + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mxclip) +DEPENDS+= xclip>=0.12:../../x11/xclip +.endif + +.if !empty(PKG_OPTIONS:Mgit) +.include "../../devel/git/Makefile.version" +DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base +.endif |