mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
18 lines
421 B
Makefile
18 lines
421 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
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xxf86vm ice xmu xt xaw
|
|
|
|
PLIST_FILES= bin/xbrightness man/man1/xbrightness.1.gz
|
|
|
|
.include <bsd.port.mk>
|