ca76a27581
============ Version 0.12 ============ o improves category validation code to not catch false positives (Vincent Fretin, Ville Skyttä, Ray Strode, Vincent Untz) o make category validation code non-fatal (Ray) o fix mem leaks and double frees (Pascal Terjan)
30 lines
902 B
Makefile
30 lines
902 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/11/18 23:58:53 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= desktop-file-utils-0.12
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= http://freedesktop.org/software/desktop-file-utils/releases/
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.freedesktop.org/wiki/Software/desktop-file-utils
|
|
COMMENT= Utilities to manage desktop entries
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
CONFIGURE_ARGS+= EMACS=no
|
|
|
|
FILES_SUBST+= APPLICATIONS_PATH="${PREFIX}/share/applications"
|
|
FILES_SUBST+= UPDATE_DESKTOPDB="${PREFIX}/bin/update-desktop-database"
|
|
|
|
PRINT_PLIST_AWK+= /^share\/applications\/mimeinfo.cache$$/ \
|
|
{ print "@comment in INSTALL script: " $$0; \
|
|
next; }
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|