summaryrefslogtreecommitdiff
path: root/mail/sylpheed
diff options
context:
space:
mode:
authorchris <chris>2003-06-15 23:33:09 +0000
committerchris <chris>2003-06-15 23:33:09 +0000
commit96cbf071f34aeaf8adc7169adbe52e6521a127ee (patch)
tree5f715a1d65d931ce15175062325620c983dbaa7b /mail/sylpheed
parentead4156dc203750b6537f934fbc4e768ef93e87d (diff)
downloadpkgsrc-96cbf071f34aeaf8adc7169adbe52e6521a127ee.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