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

(-)Makefile (+11 lines)
Lines 30-35 Link Here
30
PORTDOCS=	AUTHORS COPYING INSTALL NEWS README TODO
30
PORTDOCS=	AUTHORS COPYING INSTALL NEWS README TODO
31
.endif
31
.endif
32
32
33
OPTIONS +=	LIBCRYPTO	"Use libcrypto"		off
34
OPTIONS +=	POP3		"POP3"			on
35
OPTIONS +=	SMTP		"SMTP"			on
36
OPTIONS +=	Resolver	"Resolver"		on
37
OPTIONS +=	MAILDIR		"Maildir support"	off
38
OPTIONS	+=	MSERVER		"Mserver"		off
39
OPTIONS +=	AUTH		"RFC??? support"	off
40
OPTIONS +=	IDENT		"Ident support"		off
41
42
.include <bsd.port.pre.mk>
43
33
.if defined(WITH_LIBCRYPTO)
44
.if defined(WITH_LIBCRYPTO)
34
CONFIGURE_ARGS+=	--with-libcrypto
45
CONFIGURE_ARGS+=	--with-libcrypto
35
.endif
46
.endif

Return to bug 134539