8fc7f434ad
shared-mime-info 0.90 (2010-12-1) * Mime-type Changes: - Make application/epub+zip sub-class-of application/zip - Make sure RAM files are not all treated as text - Make CMakefiles a sub-class of text/plain - Add new mime-type for Panasonic RW2 images - Add XSL magic - Add root-XML for XSL - Add *.gem as a glob for tar archives - Add test case for text/directory files - Add go source code - Add pdf.xz mime-type - Add text/x-ooc source code - Add Cobol source code * Other: - Don't error out on the x-scheme-handler/* mime-types - Fix crasher when mime-magic is empty
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.45 2010/12/10 10:34:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= shared-mime-info-0.90
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://people.freedesktop.org/~hadess/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.freedesktop.org/wiki/Software/shared-mime-info
|
|
COMMENT= Core database of common types
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES+= c99
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config xgettext
|
|
|
|
CONFIGURE_ARGS+= --disable-update-mimedb
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
|
|
|
|
FILES_SUBST+= MIMEDB_PATH="${PREFIX}/share/mime"
|
|
FILES_SUBST+= UPDATE_MIMEDB="${PREFIX}/bin/update-mime-database"
|
|
|
|
PRINT_PLIST_AWK+= /^share\/mime\/packages/ { print; next; }
|
|
PRINT_PLIST_AWK+= /^share\/mime/ { next; }
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|