diff options
Diffstat (limited to 'x11/xbacklight/Makefile')
-rw-r--r-- | x11/xbacklight/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11/xbacklight/Makefile b/x11/xbacklight/Makefile new file mode 100644 index 0000000..9b4ce95 --- /dev/null +++ b/x11/xbacklight/Makefile @@ -0,0 +1,30 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = adjust backlight brightness in X using RandR extension + + +DISTNAME = xbacklight-1.2.3 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xbacklight + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = xcb-randr xcb-util xcb Xdmcp Xau c + +MASTER_SITES = ${MASTER_SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libxcb + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> |