aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-12 08:42:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-12 08:42:53 +0000
commit2b1442e56f395b5ec6c22c04e920cbf7c7dfeca9 (patch)
tree2be54bd8a58f15fbb73e968a87b3fe007f3fdcd1 /mail/claws-mail
parentfba5eb5c395053c9644b9ba56912aba5cfe8ea4b (diff)
Notes
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 9f183a52bda3..2617463860a2 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= claws-mail
PORTVERSION= 2.10.0
+PORTREVISION= 1
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
@@ -63,6 +64,7 @@ OPTIONS= ALL "Enable all options." off \
LDAP "Enable LDAP support." off \
SA_PLUG "Enable SpamAssassin support." off \
SSL "Enable OpenSSL support." on \
+ STARTUP "Enable startup notification support." on \
THEMES "Install additional themes." on
.include <bsd.port.pre.mk>
@@ -166,6 +168,13 @@ CONFIGURE_ARGS+= --enable-ipv6
CONFIGURE_ARGS+= --disable-ipv6
.endif
+.if !defined(WITHOUT_STARTUP) || defined(WITH_ALL)
+LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+CONFIGURE_ARGS+= --enable-startup-notification
+.else
+CONFIGURE_ARGS+= --disable-startup-notification
+.endif
+
post-extract:
.if !defined(WITHOUT_THEMES)
@${MKDIR} ${WRKSRC}/themes