Date: Sun, 1 Feb 2004 13:19:17 +0100 (CET) From: Jean-Yves Lefort <jylefort@brutele.be> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62214: Update port: mail/mail-notification (update MASTER_SITES and add OPTIONS) Message-ID: <20040201121917.E64E522E22@jsite.lefort.net> Resent-Message-ID: <200402011220.i11CK2Vm032398@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62214 >Category: ports >Synopsis: Update port: mail/mail-notification (update MASTER_SITES and add OPTIONS) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 01 04:20:02 PST 2004 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Tue Dec 2 09:53:57 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/mail-notification/Makefile mail-notification/Makefile --- /usr/ports/mail/mail-notification/Makefile Thu Dec 25 20:45:11 2003 +++ mail-notification/Makefile Sun Feb 1 13:11:32 2004 @@ -8,7 +8,8 @@ PORTNAME= mail-notification PORTVERSION= 0.3.2 CATEGORIES= mail -MASTER_SITES= http://streamtuner.sourceforge.net/mail-notification/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= mailnotify MAINTAINER= jylefort@brutele.be COMMENT= A mail notification for the GNOME 2.0 system tray @@ -19,6 +20,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +OPTIONS= MBOX "mbox support" on \ + MH "MH support" on \ + MAILDIR "Maildir support" on \ + POP3 "POP3 support" on \ + SYLPHEED "Sylpheed support" on + .include <bsd.port.pre.mk> .if defined(WITHOUT_MBOX) @@ -38,16 +45,5 @@ .if defined(WITHOUT_SYLPHEED) CONFIGURE_ARGS+= --disable-sylpheed .endif - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITHOUT_MBOX=yes Disable mbox support" - @${ECHO} " WITHOUT_MH=yes Disable MH support" - @${ECHO} " WITHOUT_MAILDIR=yes Disable Maildir support" - @${ECHO} " WITHOUT_POP3=yes Disable POP3 support" - @${ECHO} " WITHOUT_SYLPHEED=yes Disable Sylpheed support" - @${ECHO} "" .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040201121917.E64E522E22>