pkgsrc/sysutils/screenbrightness/Makefile
wiedi 6b7e2d8ae6 Import screenbrightness-1.1 as sysutils/screenbrightness
screenbrightness is an OS X command line utility for changing screen brightness.
It also lets you retrieve the current brightness settings.
2015-01-17 15:34:21 +00:00

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"