pkgsrc/sysutils/desktop-file-utils/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

36 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:14 tv Exp $
#
DISTNAME= desktop-file-utils-0.8
PKGREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= http://freedesktop.org/Software/desktop-file-utils/releases/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/Software/desktop-file-utils
COMMENT= Utilities to manage desktop entries
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= EMACS=no
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
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/pkgconfig/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"