freebsd-ports/mail/gnubiff/Makefile

49 lines
1,015 B
Makefile
Raw Normal View History

2013-09-03 08:36:41 +02:00
# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$
PORTNAME= gnubiff
2010-02-20 18:25:30 +01:00
PORTVERSION= 2.2.13
PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= tdb@FreeBSD.org
COMMENT= Mail notification program for Gnome
OPTIONS_DEFINE= NLS
LIB_DEPENDS= libpopt.so:devel/popt
2004-06-25 18:07:25 +02:00
USE_GNOME= intlhack libglade2 esound
USES= cpe fam gmake pathfix pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lX11
2009-07-27 00:16:45 +02:00
# 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'
2009-07-27 00:16:45 +02:00
CXXFLAGS+= "-Wno-long-long"
INFO= gnubiff
CPE_VENDOR= gnu
.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>