aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-weather/Makefile
blob: f6bc991b6f4726cc8e2486d9c49c60296793fa23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$

PORTNAME=   gnome-weather
PORTVERSION=    3.16.2.1
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Weather application for GNOME 3

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS=    libgweather-3.so:${PORTSDIR}/net/libgweather \
        libgjs.so:${PORTSDIR}/lang/gjs

PORTSCOUT=  limitw:1,even

USES=       gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME=  gnomedesktop3 gtk30 intlhack
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
GLIB_SCHEMAS=   org.gnome.Weather.Application.gschema.xml

.include <bsd.port.mk>