diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-14 19:06:03 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-14 19:06:03 +0000 |
commit | 8aae5e59f8e4ef60b24c96d07d326fe4e0c4396e (patch) | |
tree | d2e327952983a3deb92ab65333e611ba4e5b85ea /databases/shared-mime-info/Makefile | |
parent | a659ba3a1d691f8ca67731e969b3c7c206953922 (diff) | |
download | pkgsrc-8aae5e59f8e4ef60b24c96d07d326fe4e0c4396e.tar.gz |
Initial import of shared-mime-info, version 0.13:
Many programs and desktops use the MIME system to represent the types of
files. Frequently, it is necessary to work out the correct MIME type for
a file. This is generally done by examining the file's name or contents,
and looking up the correct MIME type in a database.
For interoperability, it is useful for different programs to use the same
database so that different programs agree on the type of a file, and new
rules for determining the type apply to all programs.
This package contains the core database of common types and the
update-mime-database command used to extend it.
Diffstat (limited to 'databases/shared-mime-info/Makefile')
-rw-r--r-- | databases/shared-mime-info/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/shared-mime-info/Makefile b/databases/shared-mime-info/Makefile new file mode 100644 index 00000000000..35e9e75d998 --- /dev/null +++ b/databases/shared-mime-info/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/14 19:06:03 jmmv Exp $ +# + +DISTNAME= shared-mime-info-0.13 +CATEGORIES= databases +MASTER_SITES= http://freedesktop.org/Software/shared-mime-info/ + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://www.freedesktop.org/Software/shared-mime-info +COMMENT= Core database of common types + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_LIBTOOL= YES +USE_PKGLOCALEDIR= YES + +CPPFLAGS+= -DPREFIX=\"\\\"${PREFIX}\\\"\" + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |