[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / redshift

File: [cvs.NetBSD.org] / pkgsrc / x11 / redshift / Makefile (download)

Revision 1.2, Sun Nov 3 09:14:17 2019 UTC (4 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.1: +6 -6 lines

x11: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

# $NetBSD: Makefile,v 1.2 2019/11/03 09:14:17 rillig 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"