pkgsrc/x11/redshift/Makefile
snj b56c501ef3 Import redshift-1.11 as x11/redshift.
Redshift adjusts the color temperature of your screen according to the
position of the sun.  A different color temperature is set during night and
daytime.  During twilight and early morning, the color temperature
transitions smoothly from night to daytime temperature to allow your eyes to
slowly adapt.  At night the color temperature should be set to match the
lamps in your room.  This is typically a low temperature at around
3000K-4000K.  During the day, the color temperature should match the light
from outside, typically around 5500K-6500K.
2016-05-18 22:18:43 +00:00

26 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/05/18 22:18:43 snj Exp $
DISTNAME= redshift-1.11
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=jonls/}
GITHUB_RELEASE= v1.11
EXTRACT_SUFX= .tar.xz
MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://jonls.dk/redshift/
COMMENT= Adjust screen color temperature based on the position of the sun
LICENSE= gnu-gpl-v3
BUILD_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-gui
USE_LIBTOOL= yes
USE_TOOLS+= intltool pkg-config
.include "options.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../x11/libxcb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"