diff options
author | pav <pav@FreeBSD.org> | 2004-02-01 20:43:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-01 20:43:40 +0800 |
commit | 1f56b869d09474798386aef39b947eb6d5e12979 (patch) | |
tree | 786618cd81a449c83801e511aa955d794c7ad608 /mail/mail-notification | |
parent | 1fc75e8b2f9ce433513b875c7e3715e6136382ff (diff) | |
download | freebsd-ports-gnome-1f56b869d09474798386aef39b947eb6d5e12979.tar.gz freebsd-ports-gnome-1f56b869d09474798386aef39b947eb6d5e12979.tar.zst freebsd-ports-gnome-1f56b869d09474798386aef39b947eb6d5e12979.zip |
- Update MASTER_SITES
- Use OPTIONS
PR: ports/62214
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Diffstat (limited to 'mail/mail-notification')
-rw-r--r-- | mail/mail-notification/Makefile | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index ba753cb02592..64650ab6dd72 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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) @@ -39,15 +46,4 @@ LIB_DEPENDS+= gnet-2.0:${PORTSDIR}/net/gnet2 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> |