openbsd-ports/misc/redshift/Makefile

44 lines
896 B
Makefile
Raw Normal View History

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