Add PW_PASS option to compile with --enable-pass-save
PR: 82494 Submitted by: Landon Fuller <landonf@threerings.net> Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: mantainer, flz (mentor)
This commit is contained in:
parent
bc72904229
commit
cc323eeba5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139206
@ -24,6 +24,14 @@ CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \
|
||||
|
||||
MAN8= openvpn.8
|
||||
|
||||
OPTIONS= PW_SAVE "Interactive passwords may be read from a file" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PW_SAVE)
|
||||
CONFIGURE_ARGS+= --enable-password-save
|
||||
.endif
|
||||
|
||||
# self-tests here
|
||||
post-build:
|
||||
( set -e ; cd ${WRKSRC} && \
|
||||
@ -49,4 +57,4 @@ post-install:
|
||||
| ${CPIO} -pdmu ${DOCSDIR} )
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -24,6 +24,14 @@ CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \
|
||||
|
||||
MAN8= openvpn.8
|
||||
|
||||
OPTIONS= PW_SAVE "Interactive passwords may be read from a file" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PW_SAVE)
|
||||
CONFIGURE_ARGS+= --enable-password-save
|
||||
.endif
|
||||
|
||||
# self-tests here
|
||||
post-build:
|
||||
( set -e ; cd ${WRKSRC} && \
|
||||
@ -49,4 +57,4 @@ post-install:
|
||||
| ${CPIO} -pdmu ${DOCSDIR} )
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -24,6 +24,14 @@ CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \
|
||||
|
||||
MAN8= openvpn.8
|
||||
|
||||
OPTIONS= PW_SAVE "Interactive passwords may be read from a file" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PW_SAVE)
|
||||
CONFIGURE_ARGS+= --enable-password-save
|
||||
.endif
|
||||
|
||||
# self-tests here
|
||||
post-build:
|
||||
( set -e ; cd ${WRKSRC} && \
|
||||
@ -49,4 +57,4 @@ post-install:
|
||||
| ${CPIO} -pdmu ${DOCSDIR} )
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user