freebsd-ports/mail/balsa/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

56 lines
1.7 KiB
Makefile

# Created by: Glenn Johnson <gljohns@bellsouth.net>
# $MCom$
PORTNAME= balsa
PORTVERSION= 2.5.1
PORTREVISION= 5
CATEGORIES= mail gnome
MASTER_SITES= http://pawsa.fedorapeople.org/balsa/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Mail reader for the GNOME desktop
BUILD_DEPENDS= gnome-keyring:security/gnome-keyring \
itstool:textproc/itstool \
yelp-tools>=0:textproc/yelp-tools
LIB_DEPENDS= libpcre.so:devel/pcre \
libesmtp.so:mail/libesmtp \
libgmime-2.6.so:mail/gmime26 \
libcanberra-gtk3.so:audio/libcanberra-gtk3
RUN_DEPENDS= gnome-keyring:security/gnome-keyring
# Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3
# in ports gets updated to > 1.10.x, balsa should depend on it.
USES= cpe desktop-file-utils gettext gmake gnome iconv pathfix perl5 \
pkgconfig ssl tar:bzip2
USE_GNOME= gnomeprefix gtkhtml4 intlhack libxslt
CPE_VENDOR= gnome
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-threads \
--disable-more-warnings \
--with-ssl \
--without-nm \
--with-html-widget=gtkhtml4 \
--with-gmime=2.6 \
--with-canberra
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
OPTIONS_SUB= yes
OPTIONS_DEFINE= LDAP GTKSPELL GTKSV NOTIFY GPG
OPTIONS_DEFAULT=LDAP GTKSPELL GTKSV NOTIFY
GTKSPELL_DESC= Spell checking support
GTKSV_DESC= GtkSourceview support
GPG_DESC= GnuPG support
GPG_CONFIGURE_WITH= gpgme
GPG_LIB_DEPENDS= libgpgme.so:security/gpgme
LDAP_USE= OPENLDAP=yes
LDAP_CONFIGURE_WITH= ldap
GTKSPELL_CONFIGURE_WITH= gtkspell
GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3
GTKSV_USE= GNOME=gtksourceview3
GTKSV_CONFIGURE_WITH= gtksourceview
NOTIFY_CONFIGURE_WITH= libnotify
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
.include <bsd.port.mk>