0b47928ff7
Alan Coopersmith (2): config: Add missing AC_CONFIG_SRCDIR Combine usage message strings Edward Sheldrake (1): Fix reading backlight level on 64-bit systems (bug 63205) Julien Cristau (1): man: replace hyphens with minus signs Matt Turner (1): xbacklight 1.2.1
20 lines
505 B
Makefile
20 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/10/08 10:45:06 wiz Exp $
|
|
|
|
DISTNAME= xbacklight-1.2.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Adjust backlight brightness using RandR extension
|
|
LICENSE= x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
.include "../../x11/xcb-util/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|