aboutsummaryrefslogtreecommitdiff
path: root/x11/xbacklight/Makefile
blob: 091ee5794a6d340b3f5da144b739eb303ffd61c6 (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.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>