6b7e2d8ae6
screenbrightness is an OS X command line utility for changing screen brightness. It also lets you retrieve the current brightness settings.
21 lines
564 B
Makefile
21 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/17 15:34:21 wiedi Exp $
|
|
|
|
VERSION= 1.1
|
|
DISTNAME= ${VERSION}
|
|
PKGNAME= screenbrightness-${VERSION}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://github.com/jmstacey/screenbrightness/archive/
|
|
|
|
MAINTAINER= wiedi@frubar.net
|
|
HOMEPAGE= https://github.com/jmstacey/screenbrightness/
|
|
COMMENT= Command-line display brightness control for OS X
|
|
LICENSE= 2-clause-bsd
|
|
|
|
WRKSRC= ${WRKDIR}/screenbrightness-${VERSION}
|
|
USE_TOOLS+= gmake
|
|
BUILD_TARGET= build
|
|
MAKE_ENV+= DESTDIR=${DESTDIR}
|
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|