file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
20 lines
549 B
Makefile
20 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/08/10 20:56:19 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gkleds-0.8.2
|
|
PKGNAME= ${DISTNAME:S/^gk/gkrellm-/}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://heim.ifi.uio.no/~oyvinha/files/files/
|
|
|
|
MAINTAINER= cube@NetBSD.org
|
|
HOMEPAGE= http://heim.ifi.uio.no/~oyvinha/gkleds/
|
|
COMMENT= GKrellM plugin that monitors CapsLock, NumLock and ScrollLock keys
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/gkrellm2/plugins
|
|
|
|
.include "../../sysutils/gkrellm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|