View | Details | Raw Unified | Return to bug 193851
Collapse All | Expand All

(-)Makefile (-6 / +8 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cvm
4
PORTNAME=	cvm
5
PORTVERSION=	0.96
5
PORTVERSION=	0.96
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	http://untroubled.org/${PORTNAME}/ \
8
MASTER_SITES=	http://untroubled.org/${PORTNAME}/ \
9
		http://untroubled.org/${PORTNAME}/archive/
9
		http://untroubled.org/${PORTNAME}/archive/
Lines 24-40 Link Here
24
24
25
DOCS=		NEWS README TODO *.html
25
DOCS=		NEWS README TODO *.html
26
26
27
ALL_TARGET=	all
28
27
OPTIONS_DEFINE=	DOCS VCHKPW
29
OPTIONS_DEFINE=	DOCS VCHKPW
30
28
OPTIONS_SUB=	yes
31
OPTIONS_SUB=	yes
32
29
VCHKPW_DESC=	Compile cvm-vchkpw
33
VCHKPW_DESC=	Compile cvm-vchkpw
30
34
31
VCHKPW_BUILD_DEPENDS+=	${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
35
VCHKPW_ALL_TARGET=	cvm-vchkpw
32
36
33
.include <bsd.port.options.mk>
37
VCHKPW_BUILD_DEPENDS=	${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
34
38
35
.if ${PORT_OPTIONS:MVCHKPW}
39
.include <bsd.port.options.mk>
36
ALL_TARGET+=	cvm-vchkpw
37
.endif
38
40
39
do-configure:
41
do-configure:
40
	${ECHO_CMD} "${PREFIX}"		> ${WRKSRC}/conf-home
42
	${ECHO_CMD} "${PREFIX}"		> ${WRKSRC}/conf-home

Return to bug 193851