2013-09-03 08:36:41 +02:00
|
|
|
# Created by: Tim Bishop <tim@bishnet.net>
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnubiff
|
2010-02-20 18:25:30 +01:00
|
|
|
PORTVERSION= 2.2.13
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 5
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
CATEGORIES= mail
|
2009-09-02 17:01:56 +02:00
|
|
|
MASTER_SITES= SF
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
|
2005-12-01 17:50:07 +01:00
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
2014-02-18 21:46:17 +01:00
|
|
|
COMMENT= Mail notification program for Gnome
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
|
2013-12-13 12:23:11 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libpopt.so:devel/popt
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
|
2004-06-25 18:07:25 +02:00
|
|
|
USE_GNOME= intlhack libglade2 esound
|
2015-04-01 15:03:15 +02:00
|
|
|
USES= cpe fam gmake pathfix pkgconfig
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-08-26 16:06:08 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
2009-07-27 00:16:45 +02:00
|
|
|
|
2005-11-13 14:44:55 +01: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"
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
|
|
|
|
INFO= gnubiff
|
2015-04-01 15:03:15 +02:00
|
|
|
CPE_VENDOR= gnu
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
|
2013-12-13 12:23:11 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2004-12-10 16:09:52 +01:00
|
|
|
.ifdef(WITH_GNUBIFF_PASSWORD)
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
CONFIGURE_ARGS+= --with-password
|
|
|
|
.endif
|
|
|
|
|
2013-12-13 12:23:11 +01:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2006-04-16 20:04:10 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
|
|
PLIST_SUB+= NLS=""
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2006-04-16 20:04:10 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2004-06-25 09:34:00 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-gnome
|
2014-02-18 21:46:17 +01:00
|
|
|
PLIST_SUB+= BONOBODIR="libdata/bonobo"
|
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
2004-05-04 09:56:16 +02:00
|
|
|
|
2014-02-18 21:46:17 +01:00
|
|
|
.include <bsd.port.mk>
|