7820875fff
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.
26 lines
717 B
Makefile
26 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/08/10 20:56:24 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= idesk-0.7.2
|
|
CATEGORIES= sysutils x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=idesk/}
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://idesk.sourceforge.net/
|
|
COMMENT= Lightweight desktop icons handler
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CONFIGURE_ARGS+= --enable-libsn
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/idesk
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/idesk
|
|
|
|
.include "../../fonts/Xft2/buildlink3.mk"
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|