freebsd-ports/x11/xbrightness/Makefile
Baptiste Daroussin c3b85bf3d4 Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
2013-06-28 22:51:40 +00:00

19 lines
412 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
MAN1= xbrightness.1
.include <bsd.port.mk>