aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed2/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-25 18:54:11 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-25 18:54:11 +0000
commita42cb2737995bb085b95719c0141a37ac671fba8 (patch)
tree1e7853ea6024c47907eb29dabd0275747a7860ff /mail/sylpheed2/Makefile
parenta3fe5ad8d6d3f81470351caa1ee1ce418fc7f765 (diff)
downloadports-a42cb2737995bb085b95719c0141a37ac671fba8.tar.gz
ports-a42cb2737995bb085b95719c0141a37ac671fba8.zip
Notes
Diffstat (limited to 'mail/sylpheed2/Makefile')
-rw-r--r--mail/sylpheed2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile
index 465175b08289..a2ffc17a70cf 100644
--- a/mail/sylpheed2/Makefile
+++ b/mail/sylpheed2/Makefile
@@ -42,7 +42,8 @@ OPTIONS= GPGME "Enable GnuPG support using GPGME." off \
COMPFACE "Enable X-Face support." off \
JPILOT "Enable JPilot support." off \
LDAP "Enable LDAP support." off \
- SSL "Enable OpenSSL support." on
+ SSL "Enable OpenSSL support." on \
+ ICON_THEME "Use icon theme instead of some pixmaps." off
.include <bsd.port.pre.mk>
@@ -83,6 +84,10 @@ CONFIGURE_ARGS+=--enable-ssl
.else
CONFIGURE_ARGS+=--disable-ssl
.endif
+.if defined(WITH_ICON_THEME)
+RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+EXTRA_PATCHES+= ${FILESDIR}/icon-theme.diff
+.endif
MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \
faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \