summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorcube <cube>2006-10-24 09:58:17 +0000
committercube <cube>2006-10-24 09:58:17 +0000
commitce0642bda266b05746592bcb9301319453ca28c0 (patch)
tree41666202a04752aa5d23fb7b8f5b0a19e7b9702c /mail
parentef781a39246141fe670409ddfdd59313a717614a (diff)
downloadpkgsrc-ce0642bda266b05746592bcb9301319453ca28c0.tar.gz
Remove the image-viewer plugin for sylpheed-claws. It's not needed
anymore.
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile3
-rw-r--r--mail/sylpheed-claws-image-viewer/DESCR2
-rw-r--r--mail/sylpheed-claws-image-viewer/Makefile16
3 files changed, 1 insertions, 20 deletions
diff --git a/mail/Makefile b/mail/Makefile
index c030d9a6540..322874ed88e 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.296 2006/10/13 12:39:52 xtraeme Exp $
+# $NetBSD: Makefile,v 1.297 2006/10/24 09:58:17 cube Exp $
#
COMMENT= Electronic mail utilities
@@ -211,7 +211,6 @@ SUBDIR+= sylpheed
SUBDIR+= sylpheed-claws
SUBDIR+= sylpheed-claws-dillo-viewer
SUBDIR+= sylpheed-claws-ghostscript-viewer
-SUBDIR+= sylpheed-claws-image-viewer
SUBDIR+= sylpheed-claws-trayicon
SUBDIR+= sylpheed-devel
SUBDIR+= sympa
diff --git a/mail/sylpheed-claws-image-viewer/DESCR b/mail/sylpheed-claws-image-viewer/DESCR
deleted file mode 100644
index 7922a1e0f59..00000000000
--- a/mail/sylpheed-claws-image-viewer/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Using imlib, image-viewer allows Sylpheed-claws to display attached images in
-the visualisation panel.
diff --git a/mail/sylpheed-claws-image-viewer/Makefile b/mail/sylpheed-claws-image-viewer/Makefile
deleted file mode 100644
index 61b2e589da6..00000000000
--- a/mail/sylpheed-claws-image-viewer/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:38 wiz Exp $
-#
-
-PLUGIN_NAME= image_viewer
-.include "../../mail/sylpheed-claws/plugins.mk"
-
-PKGREVISION= 2
-MAINTAINER= cube@NetBSD.org
-COMMENT= Plugin to allow Sylpheed-claws to display images attached to mails
-
-CONFIGURE_ARGS+= --enable-image-viewer-plugin
-
-.include "../../graphics/imlib/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"