pkgsrc/x11/libXrandr/Makefile
wiz 3423bf3693 Updated libXrandr to 1.5.1.
Matthieu Herrb (1):
      libXrandr 1.5.1

Tobias Stoeckmann (1):
      Avoid out of boundary accesses on illegal responses

walter harms (2):
      fix: doGetScreenResources() info: redundant null check on calling free()
      fix: redundant null check on calling free()
2016-10-04 22:01:03 +00:00

31 lines
846 B
Makefile

# $NetBSD: Makefile,v 1.19 2016/10/04 22:01:03 wiz Exp $
DISTNAME= libXrandr-1.5.1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X RandR Library from X.org
CONFLICTS+= Xrandr-[0-9]*
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
PKGCONFIG_OVERRIDE+= xrandr.pc.in
CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
BUILDLINK_API_DEPENDS.randrproto+= randrproto>=1.5
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"