2013-04-02 12:41:21 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2013/04/02 16:41:21 ajacoutot Exp $
|
2010-09-06 02:21:19 -04:00
|
|
|
|
|
|
|
COMMENT= automatic color temperature adjustment
|
|
|
|
|
2011-07-17 04:05:36 -04:00
|
|
|
V= 1.7
|
2010-11-03 03:12:40 -04:00
|
|
|
DISTNAME= redshift-${V}
|
2013-04-02 12:41:21 -04:00
|
|
|
REVISION= 4
|
2010-09-06 02:21:19 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
CATEGORIES= misc
|
|
|
|
|
|
|
|
HOMEPAGE= http://jonls.dk/redshift/
|
|
|
|
|
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2011-07-23 15:48:09 -04:00
|
|
|
WANTLIB += X11 Xxf86vm c dbus-1 dbus-glib-1 gconf-2 geoclue glib-2.0
|
|
|
|
WANTLIB += gobject-2.0 gthread-2.0 m pthread xcb xcb-randr xml2
|
2010-09-06 02:21:19 -04:00
|
|
|
|
2010-11-03 03:12:40 -04:00
|
|
|
MASTER_SITES= http://launchpad.net/redshift/trunk/${V:C/^([0-9]+\.[0-9]+).*/\1/}/+download/
|
2010-09-06 02:21:19 -04:00
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
2011-03-02 01:41:33 -05:00
|
|
|
x11/py-gtk2 \
|
2011-12-03 15:30:09 -05:00
|
|
|
devel/py-xdg \
|
|
|
|
x11/gtk+2,-guic
|
2011-07-23 15:48:09 -04:00
|
|
|
LIB_DEPENDS= devel/gconf2 \
|
|
|
|
geo/geoclue
|
2010-09-06 02:21:19 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2011-06-02 13:09:31 -04:00
|
|
|
CONFIGURE_ARGS= --enable-randr \
|
2010-09-06 02:21:19 -04:00
|
|
|
--enable-vidmode \
|
2011-07-23 15:48:09 -04:00
|
|
|
--enable-geoclue \
|
2010-09-06 02:21:19 -04:00
|
|
|
--enable-gnome-clock \
|
|
|
|
--enable-gui
|
|
|
|
|
2010-11-03 03:12:40 -04:00
|
|
|
MODPY_ADJ_FILES= src/gtk-redshift/gtk-redshift
|
2010-09-06 02:21:19 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|