Edit

IABSD.fr/ports/misc/redshift/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2014-03-13 18:11:43
    Hash : 05257ae5
    Message : Update to redshift-1.8. initial submission from 'Fred'

  • misc/redshift/Makefile
  • # $OpenBSD: Makefile,v 1.18 2014/03/13 18:11:43 ajacoutot Exp $
    
    COMMENT=		automatic color temperature adjustment
    
    V=			1.8
    DISTNAME=		redshift-${V}
    EXTRACT_SUFX=		.tar.bz2
    
    CATEGORIES=		misc graphics
    
    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 m pthread xcb xcb-randr xml2
    
    MASTER_SITES=		http://launchpad.net/redshift/trunk/${V:C/^([0-9]+\.[0-9]+).*/\1/}/+download/
    
    MODULES=		devel/gettext \
    			lang/python
    
    RUN_DEPENDS=		devel/desktop-file-utils \
    			x11/py-gtk2 \
    			devel/py-xdg \
    			x11/gtk+2,-guic
    
    LIB_DEPENDS=		devel/gconf2 \
    			geo/geoclue
    
    USE_GMAKE=		Yes
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS=		--enable-gui
    
    MODPY_ADJ_FILES=	src/redshift-gtk/redshift-gtk
    
    .include <bsd.port.mk>