[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / sylpheed

File: [cvs.NetBSD.org] / pkgsrc / mail / sylpheed / Makefile (download)

Revision 1.1.1.1 (vendor branch), Mon Dec 11 02:23:26 2000 UTC (23 years, 4 months ago) by kei
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines

Initial import of "Sylpheed" package:

Sylpheed - an X based e-mail client has features (or go for it :-))
o user-friendly and intuitive interface
o 3-paned view like many Windoze-based mail client
o ability of keyboard-only operation
o Mew/Wanderlust-like key bind
o multipart MIME
o unlimited multiple account handling
o message queueing
o assortment function
o XML-based address book
o APOP support
o unread message management
o MH folder support
o multithread support (experimental)
o can import mbox
o drag & drop (partially implemented)
o fast thread display
o high-speed message processing
o lightweight resource usage
o easily customizable configuration
o "Attract by subject" faculty, which is convenient when thread is
  broken on Mailing List and so on.
o supports automake + autoconf, and internationalization of message by gettext
o integrated NetNews client (partially implemented)

This package was made by Osamu OISHI <oishi@ims.ac.jp> and he posted it to
tech-pkg-ja mailing list.

XXX latest version is 0.8.4, which will (hopefully) be imported later.

# $NetBSD: Makefile,v 1.1.1.1 2000/12/11 02:23:26 kei Exp $

DISTNAME=	sylpheed-0.3.23
CATEGORIES=	mail x11
MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	oishi@ims.ac.jp
HOMEPAGE=	http://sylpheed.good-day.net/index.cgi.en

DEPENDS+=	gtk+>=1.2.6:../../x11/gtk

USE_GMAKE=	yes
USE_X11=	yes
USE_X11BASE=	yes
HAS_CONFIGURE=	yes
CONFIGURE_ARGS+=--prefix=${X11BASE} \
		--includedir=${LOCALBASE}/include \
		--libdir=${LOCALBASE}/lib \
		--enable-nls

.include "../../mk/bsd.pkg.mk"