Tweak print/jabref version 3.3,1
[dports.git] / games / lightsoff / Makefile
1 # Created by: FreeBSD GNOME Team <gnome@freebsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       lightsoff
5 PORTVERSION=    3.18.0
6 CATEGORIES=     games gnome
7 MASTER_SITES=   GNOME
8 DIST_SUBDIR=    gnome3
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Gnome ligthsoff
12
13 BUILD_DEPENDS=  vala:lang/vala \
14                 itstool:textproc/itstool
15 LIB_DEPENDS=    libclutter-gtk-1.0.so:graphics/clutter-gtk3
16
17 PORTSCOUT=      limitw:1,even
18
19 USES=           gettext gmake gnome pathfix pkgconfig sqlite tar:xz
20 USE_GNOME=      gtk30 intlhack librsvg2 libxml2:build
21 INSTALLS_ICONS= yes
22 USE_XORG=       x11
23 USE_GL=         gl
24 GNU_CONFIGURE=  yes
25 CPPFLAGS+=      -I${LOCALBASE}/include
26 LDFLAGS+=       -L${LOCALBASE}/lib
27
28 GLIB_SCHEMAS=   org.gnome.lightsoff.gschema.xml
29
30 .include <bsd.port.mk>