diff options
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 |