diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 12:43:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 12:43:40 +0000 |
commit | daa88c43e98ff7250943a597c74fbdf8d72e359c (patch) | |
tree | 14e576ace671b6c3cedee388c978aba454e3c455 /mail | |
parent | b1d96356f5318a604dcf35ea40cc34762585390a (diff) | |
download | ports-daa88c43e98ff7250943a597c74fbdf8d72e359c.tar.gz ports-daa88c43e98ff7250943a597c74fbdf8d72e359c.zip |
- Update MASTER_SITES
- Use OPTIONS
PR: ports/62214
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Notes
Notes:
svn path=/head/; revision=99687
Diffstat (limited to 'mail')
-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> |