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).
24 lines
617 B
Makefile
24 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/02/17 02:55:52 blef Exp $
|
|
#
|
|
|
|
DISTNAME= libXfixes-2.0.1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://freedesktop.org/~xlibs/release/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://xlibs.freedesktop.org/
|
|
COMMENT= Xfixes extension of X RandR
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xfixes.pc.in
|
|
|
|
.include "../../wip/libX11/buildlink3.mk"
|
|
.include "../../wip/fixesext/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|