summaryrefslogtreecommitdiff
path: root/mail/sylpheed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r--mail/sylpheed/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
new file mode 100644
index 00000000000..cbd6a25c42a
--- /dev/null
+++ b/mail/sylpheed/Makefile
@@ -0,0 +1,22 @@
+# $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"