summaryrefslogtreecommitdiff
path: root/mail/sylpheed/Makefile
diff options
context:
space:
mode:
authorchris <chris>2002-11-24 13:31:56 +0000
committerchris <chris>2002-11-24 13:31:56 +0000
commitc483ce53211ab2936b4fa8ad6e90db4241ed4302 (patch)
treefe877fa60ab34f0872c6e5d69153de14e6c7f068 /mail/sylpheed/Makefile
parentf7fc3ff089aac90c47c8bab33e8a040af98389bd (diff)
downloadpkgsrc-c483ce53211ab2936b4fa8ad6e90db4241ed4302.tar.gz
Take the latest mime.types from apache2 so that it can be installed
into ${PKG_SYSCONFDIR}/sylpheed. It also means by default attaching files won't attach everything as an application/octet-stream file. This also fies the warnings about no mime.types file being found.
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r--mail/sylpheed/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index cd4073f6fed..bfc0d77b355 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2002/11/24 12:39:20 chris Exp $
+# $NetBSD: Makefile,v 1.26 2002/11/24 13:31:56 chris Exp $
DISTNAME= sylpheed-0.8.6
PKGREVISION= 1
@@ -23,6 +23,8 @@ CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --enable-ssl
CONFIGURE_ARGS+= --enable-gpgme
CONFIGURE_ARGS+= --enable-compface
+
+PKG_SYSCONFSUBDIR= sylpheed
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
BUILDLINK_DEPENDS.gpgme= gpgme>=0.3.5
@@ -46,10 +48,13 @@ CONFIGURE_ARGS+= --enable-ldap
.include "../../databases/openldap/buildlink2.mk"
.endif
+CONF_FILES= ${FILESDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
+
.include "../../converters/libiconv/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../security/gpgme/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"