pkgsrc-wip/libICE/Makefile
Soren Jacobsen 084e0938cf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:55:13 +00:00

27 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/02/17 02:55:47 blef Exp $
#
DISTNAME= libICE-6.3.1
PKGREVISION= 1
CATEGORIES= x11 devel
MASTER_SITES= http://freedesktop.org/~xlibs/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/software/xlibs
COMMENT= Inter Client Exchange (ICE) library for X
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/ice.pc.in
.include "../../wip/libX11/buildlink2.mk"
.include "../../wip/libXau/buildlink2.mk"
.include "../../wip/xproto/buildlink2.mk"
.include "../../wip/xtrans/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"