summaryrefslogtreecommitdiff
path: root/mail/sylpheed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r--mail/sylpheed/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 62351db8814..f0e36b8c8ac 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/07/19 02:34:34 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2002/07/29 08:10:49 grant Exp $
DISTNAME= sylpheed-0.8.0
CATEGORIES= mail news x11
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --enable-ssl
CONFIGURE_ARGS+= --enable-gpgme
CONFIGURE_ARGS+= --enable-compface
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6
@@ -29,9 +30,12 @@ BUILD_DEFS+= USE_INET6
CONFIGURE_ARGS+= --enable-ipv6
.endif
+SUPPORT_FILES= ${FILESDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
+
.include "../../graphics/compface/buildlink.mk"
.include "../../security/gpgme/buildlink.mk"
.include "../../security/openssl/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"