Release notes: https://lists.x.org/archives/xorg-announce/2022-December/003267.html Sponsored by: Beckhoff Automation GmbH & Co. KG
17 lines
314 B
Makefile
17 lines
314 B
Makefile
PORTNAME= xgamma
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Gamma correction through the X server
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= x11 xxf86vm
|
|
|
|
PLIST_FILES= bin/xgamma man/man1/xgamma.1.gz
|
|
|
|
.include <bsd.port.mk>
|