mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
835726cb71
Approved by: portmgr (blanket infrastructure)
18 lines
416 B
Makefile
18 lines
416 B
Makefile
# Created by: 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
|
|
USES= imake
|
|
|
|
PLIST_FILES= bin/xbrightness man/man1/xbrightness.1.gz
|
|
|
|
.include <bsd.port.mk>
|