1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/claws-mail-fancy/Makefile
Pawel Pekala 69573b4a64 Add upstream patches fixing linking problems when affected plugins are
compiled WITHOUT_NLS=yes, this fixes:

/usr/local/lib/claws-mail/plugins/fancy.so: Undefined symbol "D_" problems
2012-07-17 18:25:43 +00:00

49 lines
1.1 KiB
Makefile

# New ports collection makefile for: claws-mail-fancy
# Date created: 2009-07-06
# Whom: Pawel Pekala <c0rn@o2.pl>
#
# $FreeBSD$
#
PORTNAME= fancy
PORTVERSION= 0.9.16
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
MAINTAINER= pawel@FreeBSD.org
COMMENT= Webkit based HTML renderer plugin for claws-mail
LICENSE= GPLv3
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
soup-gnome:${PORTSDIR}/devel/libsoup-gnome \
webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
BUILD_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail
RUN_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf
USE_ICONV= yes
USE_GNOME= gtk20
MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>