diff options
-rw-r--r-- | mail/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws-image-viewer/DESCR | 2 | ||||
-rw-r--r-- | mail/sylpheed-claws-image-viewer/Makefile | 16 |
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" |