1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add x11/startup-notification as knop

PR:		based on 114455
Submitted by:	Pawel Pekala" <c0rn@o2.pl>
Reviewed by:	netchild
Approved by:	netchild (maintainer implicit)
This commit is contained in:
Martin Wilke 2007-07-12 08:42:53 +00:00
parent fba5eb5c39
commit 2b1442e56f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195459

View File

@ -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