aboutsummaryrefslogtreecommitdiffstats
path: root/mail/abook/Makefile
blob: 366ec0ba3a17a5e235b45fffe300d8b584046662 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
# $FreeBSD$

PORTNAME=   abook
PORTVERSION=    0.6.1
CATEGORIES= mail
MASTER_SITES=   http://abook.sourceforge.net/devel/

MAINTAINER= bapt@FreeBSD.org
COMMENT=    Addressbook program with mutt mail client support

LICENSE=    GPLv2

USES=       ncurses readline autoreconf localbase
GNU_CONFIGURE=  yes

PORTDOCS=   ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \
        THANKS TODO

OPTIONS_DEFINE= NLS DOCS
OPTIONS_SUB=    yes

NLS_CONFIGURE_ENABLE=   nls
NLS_USES=       gettext

post-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>