summaryrefslogtreecommitdiff
path: root/mail/sylpheed/Makefile
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-06-05 10:36:25 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-06-05 10:36:25 +0000
commit74b6e6bd3aaf047371c6c13be7b92a7d10689a82 (patch)
tree5151de75c3b4af692e7f8abf20253f091c0b591c /mail/sylpheed/Makefile
parentUpdate to 2.35 Final. (diff)
An GTK+ based e-mail client.
PR: ports/18622 Submitted by: Shigetoshi Inohana <inohana@tokai-soft.co.jp>
Notes
Notes: svn path=/head/; revision=29214
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r--mail/sylpheed/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
new file mode 100644
index 000000000000..60da1094ae3f
--- /dev/null
+++ b/mail/sylpheed/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: sylpheed
+# Date created: 15 June 2000
+# Whom: shigeri <shigeri@m10.alpha-net.ne.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sylpheed
+PORTVERSION= 0.3.13
+CATEGORIES= mail
+MASTER_SITES= http://www.kcn.ne.jp/~hiro-y/sylpheed/
+
+MAINTAINER= shigeri@m10.alpha-net.ne.jp
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GLIB_CONFIG="${GLIB_CONFIG}" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --disable-glibtest --disable-gtktest
+
+DOCS= ABOUT-NLS COPYING ChangeLog ChangeLog.jp INSTALL INSTALL.jp \
+ README README.jp TODO.jp
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/sylpheed
+.for i in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed
+.endfor
+.endif
+
+.include <bsd.port.mk>