pkgsrc/mail/sylpheed-claws-dillo-viewer/Makefile
chris cde0471a8c Fix pr pkg/29168.
Update sylpheed-claws to 1.0.1.  Taking the patch to use autoconf to regen
the configure script, rather than having to keep patch-ab uptodate.

Also remove PKGREVSION from plugins, they should be able to just ride the
main sylpheed-claws updates.

I also suspect that pgpmime should be converted to a plugin, rather than
being part of the main sylpheed package.  (it would remove a dependancy on
gpgme)  However it seems to install header files, which would complicate
making it a plugin package.

Also fix pkglint warning about MESSAGE.plugins, the = line was only 74,
not 75 chars in length.
2005-03-06 16:45:47 +00:00

16 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/03/06 16:45:47 chris Exp $
#
PLUGIN_NAME= dillo_viewer
.include "../../mail/sylpheed-claws/plugins.mk"
MAINTAINER= cube@NetBSD.org
COMMENT= Plugin to allow Sylpheed-claws to render HTML attachments
DEPENDS+= dillo>=0.7.2:../../www/dillo
CONFIGURE_ARGS+= --enable-dillo-viewer-plugin
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"