pkgsrc/x11/xrandr/Makefile
wiz 580108f5be Update to 1.4.3:
This minor bugfix release fixes gamma ramp calculations on GPUs with unusual
gamma table configurations, removes redundant "Setting reflection" messages when
- --verbose is specified, adds the ability for the -x and -y switches to be used
to undo previous reflections, and adds the missing --brightness option to the
- --help usage summary.

Aaron Plattner (1):
      xrandr 1.4.3

Connor Behan (2):
      Remove duplicate printing of the axis
      Allow -x and -y switches to undo themselves

Dominik Behr (1):
      xrandr: use full range for gamma table generation

Stéphane Aulery (1):
      Mention of --brightness with -h option

Thomas Klausner (1):
      Remove unnecessary parentheses.
2014-08-02 06:52:32 +00:00

30 lines
891 B
Makefile

# $NetBSD: Makefile,v 1.19 2014/08/02 06:52:32 wiz Exp $
DISTNAME= xrandr-1.4.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Primitive command line interface to RandR extension
LICENSE= mit
DEPENDS+= nickle-[0-9]*:../../math/nickle
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
SUBST_CLASSES+= nickle
SUBST_SED.nickle= -e "s,.!/usr/bin/env nickle,${PREFIX}/bin/nickle,"
SUBST_FILES.nickle= xkeystone
SUBST_STAGE.nickle= post-build
SUBST_MESSAGE.nickle= Fixing path to nickle.
BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.4
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.17
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"