mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
8efbfe6d1f
Approved by: portmgr (blanket)
20 lines
377 B
Makefile
20 lines
377 B
Makefile
PORTNAME= xgamma
|
|
PORTVERSION= 1.0.7
|
|
PORTREVISION= 1
|
|
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 share/man/man1/xgamma.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|