aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xbacklight/Makefile
blob: 2130579ee442dd4e08ea27947f7509f99450ce90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    xbacklight
# Date Created:             11 Sep 2007
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xbacklight
PORTVERSION=    1.1
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Program to adjust backlight brightness

XORG_CAT=   app
USE_XORG=   x11 xrender xrandr

MAN1=       xbacklight.1
PLIST_FILES=    bin/xbacklight

.include <bsd.port.mk>