File:  [cvs.NetBSD.org] / pkgsrc / mail / sylpheed-claws / Attic / plugins.mk
Revision 1.8: download - view: text, annotated - select for diffs
Thu Feb 22 19:26:44 2007 UTC (17 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, HEAD
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

# $NetBSD: plugins.mk,v 1.8 2007/02/22 19:26:44 wiz Exp $
#

.include "../../mail/sylpheed-claws/Makefile.common"

PKGNAME=	sylpheed-claws-${PLUGIN_NAME:S/_/-/}-${SYLPHEED_VERSION}

CONFIGURE_DIRS=	${WRKDIR}/${DISTNAME}
BUILD_DIRS=	${WRKDIR}/${DISTNAME}/src/plugins/${PLUGIN_NAME}
INSTALL_DIRS=	${WRKDIR}/${DISTNAME}/src/plugins/${PLUGIN_NAME}

DEPENDS+=	sylpheed-claws>=${SYLPHEED_VERSION}:../../mail/sylpheed-claws

LIBTOOL_OVERRIDE=	../../../libtool

CONFIGURE_ARGS+=	--disable-aspell
CONFIGURE_ARGS+=	--disable-nls
CONFIGURE_ARGS+=	--disable-openssl
CONFIGURE_ARGS+=	--disable-gpgme
CONFIGURE_ARGS+=	--disable-compface
CONFIGURE_ARGS+=	--disable-ipv6
CONFIGURE_ARGS+=	--disable-trayicon-plugin
CONFIGURE_ARGS+=	--disable-image-viewer-plugin
CONFIGURE_ARGS+=	--disable-clamav-plugin
CONFIGURE_ARGS+=	--disable-dillo-viewer-plugin
CONFIGURE_ARGS+=	--disable-spamassassin-plugin
CONFIGURE_ARGS+=	--disable-mathml-viewer-plugin
CONFIGURE_ARGS+=	--disable-pgpmime-plugin

PLIST_SRC=	${.CURDIR}/../../mail/sylpheed-claws/PLIST.plugins
PLIST_SUBST+=	PLUGIN_NAME=${PLUGIN_NAME:Q}

MESSAGE_SRC+=	${.CURDIR}/../../mail/sylpheed-claws/MESSAGE.plugins

CVSweb <webmaster@jp.NetBSD.org>