summaryrefslogtreecommitdiff
path: root/mail/sylpheed
diff options
context:
space:
mode:
authorchris <chris@pkgsrc.org>2003-06-15 23:33:09 +0000
committerchris <chris@pkgsrc.org>2003-06-15 23:33:09 +0000
commit25149c107da362e486998c70c6ba18ff5c204d9f (patch)
tree5f715a1d65d931ce15175062325620c983dbaa7b /mail/sylpheed
parentd8c9e5376017d241e2c5ab5db531ed77358e3deb (diff)
downloadpkgsrc-25149c107da362e486998c70c6ba18ff5c204d9f.tar.gz
Enable support for jpilot to sylpheed. Enabled by setting USE_JPILOT=YES.
Only compile tested, sylpheed still runs with it enabled. Patch supplied by tom (surname unknown)
Diffstat (limited to 'mail/sylpheed')
-rw-r--r--mail/sylpheed/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index d491601ddf9..9554e9793e5 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2003/06/06 07:03:51 chris Exp $
+# $NetBSD: Makefile,v 1.41 2003/06/15 23:33:09 chris Exp $
DISTNAME= sylpheed-0.9.2
#PKGREVISION= 2
@@ -49,6 +49,12 @@ CONFIGURE_ARGS+= --enable-ldap
.include "../../databases/openldap/buildlink2.mk"
.endif
+.if defined(USE_JPILOT) && ${USE_JPILOT} == YES
+CONFIGURE_ARGS+= --enable-jpilot
+.include "../../comms/pilot-link-libs/buildlink2.mk"
+.include "../../comms/jpilot/buildlink2.mk"
+.endif
+
EGDIR= ${PREFIX}/share/examples/sylpheed
CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types