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

(-)../../home/pi/myp/mail/neomutt/Makefile (-1 / +13 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	neomutt
3
PORTNAME=	neomutt
4
PORTVERSION=	20160827
4
PORTVERSION=	20160827
5
PORTREVISION=	1
5
DISTVERSIONPREFIX=	${PORTNAME}-
6
DISTVERSIONPREFIX=	${PORTNAME}-
6
CATEGORIES=	mail
7
CATEGORIES=	mail
7
8
Lines 13-19 Link Here
13
14
14
USE_GITHUB=	yes
15
USE_GITHUB=	yes
15
16
16
USES=		autoreconf gmake localbase ncurses shebangfix ssl
17
USES=		autoreconf gmake localbase shebangfix ssl
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
19
19
LIB_DEPENDS=	libtokyocabinet.so:databases/tokyocabinet \
20
LIB_DEPENDS=	libtokyocabinet.so:databases/tokyocabinet \
Lines 27-35 Link Here
27
28
28
OPTIONS_DEFINE=	NLS DOCS SASL ICONV IDN FLOCK GPGME
29
OPTIONS_DEFINE=	NLS DOCS SASL ICONV IDN FLOCK GPGME
29
OPTIONS_DEFAULT=	SASL
30
OPTIONS_DEFAULT=	SASL
31
OPTIONS_SINGLE=	SCREEN
32
OPTIONS_SINGLE_SCREEN=	NCURSES SLANG
30
33
31
FLOCK_DESC=	Use flock() to lock files
34
FLOCK_DESC=	Use flock() to lock files
32
GPGME_DESC=	Use gpgme to handle pgp
35
GPGME_DESC=	Use gpgme to handle pgp
36
NCURSES_DESC=	Ncurses support
37
SLANG_DESC=	SLANG support
38
39
# Handle ncurses/ncurses-port/slang
40
SLANG_CONFIGURE_ON=	--with-slang=${LOCALBASE}
41
SLANG_LIB_DEPENDS=	libslang.so:devel/libslang2
42
SLANG_VARS=	PKGMESSAGE=${FILESDIR}/pkg-message.slang
43
44
NCURSES_USES=	ncurses
33
45
34
CONFIGURE_ARGS=	--disable-dependency-tracking \
46
CONFIGURE_ARGS=	--disable-dependency-tracking \
35
		--with-docdir="${DOCSDIR}" \
47
		--with-docdir="${DOCSDIR}" \

Return to bug 212292