View | Details | Raw Unified | Return to bug 219526
Collapse All | Expand All

(-)accessibility/redshift/Makefile (-2 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	redshift
4
PORTNAME=	redshift
5
PORTVERSION=	1.7
5
PORTVERSION=	1.7
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	accessibility
7
CATEGORIES=	accessibility
8
MASTER_SITES=	http://launchpad.net/redshift/trunk/${PORTVERSION}/+download/
8
MASTER_SITES=	http://launchpad.net/redshift/trunk/${PORTVERSION}/+download/
9
9
Lines 10-18 Link Here
10
MAINTAINER=	feld@FreeBSD.org
10
MAINTAINER=	feld@FreeBSD.org
11
COMMENT=	Adjusts the color temperature of your screen
11
COMMENT=	Adjusts the color temperature of your screen
12
12
13
USES=		gmake pkgconfig tar:bzip2
13
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
16
USES=		gmake pkgconfig shebangfix tar:bzip2
14
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
15
INSTALLS_ICONS=	yes
18
INSTALLS_ICONS=	yes
19
SHEBANG_FILES=	src/gtk-redshift/gtk-redshift
16
20
17
CONFIGURE_ARGS+=	--disable-wingdi
21
CONFIGURE_ARGS+=	--disable-wingdi
18
22

Return to bug 219526