diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-10-19 10:18:19 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-10-19 10:18:19 +0000 |
commit | 88b3708a5280f8856f9440e0e9141446331cf5b3 (patch) | |
tree | a394a9e7ce0d02fe42198b8fdc005962da151ad5 /security | |
parent | ebee7694d8b44b913e22a2a87405a145b77186e4 (diff) | |
download | ports-88b3708a5280f8856f9440e0e9141446331cf5b3.tar.gz ports-88b3708a5280f8856f9440e0e9141446331cf5b3.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/cvm/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile index 4a46f0ebaec9..a0498c2db8b3 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -24,17 +24,19 @@ BGLIBS_LIB= ${LOCALBASE}/lib/bglibs DOCS= NEWS README TODO *.html +ALL_TARGET= all + OPTIONS_DEFINE= DOCS VCHKPW + OPTIONS_SUB= yes + VCHKPW_DESC= Compile cvm-vchkpw -VCHKPW_BUILD_DEPENDS+= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail +VCHKPW_ALL_TARGET= cvm-vchkpw -.include <bsd.port.options.mk> +VCHKPW_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -.if ${PORT_OPTIONS:MVCHKPW} -ALL_TARGET+= cvm-vchkpw -.endif +.include <bsd.port.options.mk> do-configure: ${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home |