mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2016/09/15 16:16:52 richard Exp $
|
|
|
|
DISTNAME= xdg-utils-1.1.1
|
|
PKGNAME= ${DISTNAME:S/-rc/rc/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://portland.freedesktop.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://portland.freedesktop.org/
|
|
COMMENT= Tools to assist applications with various desktop integration tasks
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
BUILD_DEPENDS+= w3m-[0-9]*:../../www/w3m
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= bash:run gmake grep:run gsed:run
|
|
|
|
SUBST_CLASSES+= gsed
|
|
SUBST_FILES.gsed= scripts/xdg-*.in
|
|
SUBST_STAGE.gsed= pre-configure
|
|
SUBST_MESSAGE.gsed= Use GNU grep/sed instead of grep/sed.
|
|
SUBST_SED.gsed+= -e "s, sed , ${TOOLS_PATH.gsed} ,g"
|
|
SUBST_SED.gsed+= -e "s, grep , ${TOOLS_PATH.grep} ,g"
|
|
|
|
# "foo > /dev/null 2> /dev/null" gives "foo: not found" with NetBSD's sh
|
|
REPLACE_BASH+= scripts/xdg-*
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
TOOLS_PLATFORM.grep= # use pkgsrc ggrep
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|