Date: Tue, 04 May 2004 03:11:55 -0500 From: Jeremy Messenger <mezz7@cox.net> To: Kirill Ponomarew <krion@FreeBSD.org>, tim@bishnet.net Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/gnubiff Makefile distinfo pkg-descr pkg-plist ports/mail/gnubiff/files patch-configure patch-src::Applet.cc patch-src::Setup.cc Message-ID: <opr7gud5qb8ckrg5@smtp.central.cox.net> In-Reply-To: <200405040756.i447uGI2093298@repoman.freebsd.org> References: <200405040756.i447uGI2093298@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Can I suggest to change something like this? ==================================== USE_X_PREFIX= yes USE_GNOME= libglade2 esound +WANT_GNOME= yes [...] +.include <bsd.port.pre.mk> -.if defined(WITH_GNUBIFF_GNOME) +.if ${HAVE_GNOME:Mgnomepanel}!="" [...] -.include <bsd.port.mk> +.include <bsd.port.post.mk> ==================================== It will install w/ GNOME support by automatic if gnomepanel exists. Cheers, Mezz On Tue, 4 May 2004 00:56:16 -0700 (PDT), Kirill Ponomarew <krion@FreeBSD.org> wrote: > krion 2004/05/04 00:56:16 PDT > > FreeBSD ports repository > > Modified files: > mail Makefile > Added files: > mail/gnubiff Makefile distinfo pkg-descr pkg-plist > mail/gnubiff/files patch-configure patch-src::Applet.cc > patch-src::Setup.cc > Log: > 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> > > Revision Changes Path > 1.518 +1 -0 ports/mail/Makefile > 1.1 +43 -0 ports/mail/gnubiff/Makefile (new) > 1.1 +2 -0 ports/mail/gnubiff/distinfo (new) > 1.1 +20 -0 ports/mail/gnubiff/files/patch-configure (new) > 1.1 +13 -0 ports/mail/gnubiff/files/patch-src::Applet.cc > (new) > 1.1 +13 -0 ports/mail/gnubiff/files/patch-src::Setup.cc (new) > 1.1 +13 -0 ports/mail/gnubiff/pkg-descr (new) > 1.1 +60 -0 ports/mail/gnubiff/pkg-plist (new) -- mezz7@cox.net - mezz@FreeBSD.org bsdforums.org 's moderator, mezz.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opr7gud5qb8ckrg5>