pkgsrc/mail/libetpan/Makefile
xtraeme 2c133554ac Initial import of libetpan-0.32 from pkgsrc-wip, contributed by
<dwaszy at arhea.pl>.

The purpose of this mail library is to provide a portable, efficient
middleware for different kinds of mail access. When using the drivers
interface, the interface is the same for all kinds of mail access,
remote and local mailboxes.

Current implemented drivers are mbox, MH, maildir, POP3, IMAP4rev1
and NNTP.
2004-07-08 14:41:34 +00:00

20 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/07/08 14:41:34 xtraeme Exp $
#
DISTNAME= libetpan-0.32
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libetpan/}
MAINTAINER= dawszy@arhea.pl
HOMEPAGE= http://libetpan.sourceforge.net/
COMMENT= Really nice mail library
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/db4/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"