summaryrefslogtreecommitdiff
path: root/mail/libsylph/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-10-13 12:38:30 +0000
committerxtraeme <xtraeme>2006-10-13 12:38:30 +0000
commit5f3950ad2fdbd71238d69b9c9d27bd37a9facc2a (patch)
tree3f9bb3648d13d5e3bf4c608af823b009f3f3b70f /mail/libsylph/Makefile
parent9da7870020dfb849a7f3c962881e9bf8db59ae96 (diff)
downloadpkgsrc-5f3950ad2fdbd71238d69b9c9d27bd37a9facc2a.tar.gz
Initial import of libsylph-0.3.0.
LibSylph is an e-mail client library which is derived from Sylpheed. LibSylph is a lightweight but featureful library. It has many common e-mail related features and other useful functions, and you can utilize them from your application. Moreover you can create a new e-mail client by wrapping LibSylph with any UI.
Diffstat (limited to 'mail/libsylph/Makefile')
-rw-r--r--mail/libsylph/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/libsylph/Makefile b/mail/libsylph/Makefile
new file mode 100644
index 00000000000..d4c3568cf7a
--- /dev/null
+++ b/mail/libsylph/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/13 12:38:30 xtraeme Exp $
+#
+
+DISTNAME= libsylph-0.3.0
+CATEGORIES= mail
+MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/libsylph/alpha/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://sylpheed.sraoss.jp/
+COMMENT= E-Mail client library
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+
+USE_TOOLS+= lex
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"