d26cf36e57
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
33 lines
814 B
Makefile
33 lines
814 B
Makefile
# $NetBSD: Makefile,v 1.24 2006/12/27 13:37:42 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libXrandr-1.0.2
|
|
PKGNAME= Xrandr-1.0.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://xlibs.freedesktop.org/release/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xlibs.freedesktop.org/
|
|
COMMENT= X RandR extension (Library)
|
|
|
|
CONFLICTS+= libXrandr-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xrandr.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|