aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gnubiff/Makefile
blob: 73a14c6b5e8787553cc28c8889302569ded4cd61 (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
# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$

PORTNAME=   gnubiff
PORTVERSION=    2.2.13
PORTREVISION=   4
CATEGORIES= mail
MASTER_SITES=   SF

MAINTAINER= tdb@FreeBSD.org
COMMENT=    Mail notification program for Gnome

OPTIONS_DEFINE= NLS

LIB_DEPENDS=    libpopt.so:${PORTSDIR}/devel/popt

USE_GNOME=  intlhack libglade2 esound
USES=       fam gmake pathfix pkgconfig
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

# CXXFLAGS needed to work round issue with gcc and openssl 0.9.8a
# /usr/local/include/openssl/sha.h:173: error: ISO C++ does not support `long long'
CXXFLAGS+=  "-Wno-long-long"

INFO=       gnubiff

.include <bsd.port.options.mk>

.ifdef(WITH_GNUBIFF_PASSWORD)
CONFIGURE_ARGS+=    --with-password
.endif

.if ${PORT_OPTIONS:MNLS}
CONFIGURE_ARGS+=    --enable-nls
PLIST_SUB+=     NLS=""
USES+=      gettext
.else
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+=     NLS="@comment "
.endif

CONFIGURE_ARGS+=    --disable-gnome
PLIST_SUB+=     BONOBODIR="libdata/bonobo"

.include <bsd.port.mk>