freebsd-ports/x11/xbrightness/Makefile
Martin Wilke 66a7b98f0d This package contains xbrightness, a commandline tool for altering the
brightness (and optionally gamma) through the X server.

WWW: http://disjunkt.com/xbrightness/

PR:		ports/143385
Submitted by:	Michiel Overtoom <motoom at xs4all.nl>
2010-01-31 01:34:50 +00:00

23 lines
500 B
Makefile

# New ports collection makefile for: xbrightness
# Date Created: 30 January 2010
# Whom: Michiel Overtoom <motoom@xs4all.nl>
#
# $FreeBSD$
#
PORTNAME= xbrightness
PORTVERSION= 0.3
CATEGORIES= x11
MASTER_SITES= http://disjunkt.com/xbrightness/ ftp://ftp.motoom.net/files/
MAINTAINER= motoom@xs4all.nl
COMMENT= Brightness and gamma correction through the X server
USE_XORG= x11 xxf86vm ice xmu xt xaw
USE_IMAKE= yes
PLIST_FILES= bin/xbrightness
MAN1= xbrightness.1
.include <bsd.port.mk>