aboutsummaryrefslogtreecommitdiffstats
path: root/mail/elmo/Makefile
blob: 28607aa81182b3ae9550d07401ac6a2a900c3141 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Created by: trevor
# $FreeBSD$

PORTNAME=   elmo
PORTVERSION=    1.3.0
PORTREVISION=   2
CATEGORIES= mail
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= dhn@FreeBSD.org
COMMENT=    Receive, filter, read, compose, and send mail at the text console

CONFLICTS=  elmo-devel-[0-9]*

OPTIONS_DEFINE= NLS

GNU_CONFIGURE=  yes
USES=       iconv shebangfix
USE_OPENSSL=    yes
USE_PERL5_RUN=  yes
SHEBANG_FILES=  src/elmoconf.pl

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes

MAN1=       elmo.1 elmoconf.pl.1

NLS_CONFIGURE_ON=   --with-libintl-prefix="${LOCALBASE}"
NLS_CONFIGURE_OFF=  --disable-nls
NLS_USES=   gettext
OPTIONS_SUB=    yes

.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME)
LIB_DEPENDS+=   gpgme.19:${PORTSDIR}/security/gpgme
.else
pre-everything::
    @${ECHO_CMD}
    @${ECHO_CMD} "Define WITH_GPGME=yes to build with gpgme support."
    @${ECHO_CMD}
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' -e 's|== "|= "|g' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' ${WRKSRC}/src/pgp.c

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>