Prune irc/irssi-xmpp
[dports.git] / deskutils / gnome-shell-extension-openweather / Makefile
1 # Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       gnome-shell-extension-openweather
5 PORTVERSION=    0.0.0.20151114
6 CATEGORIES=     deskutils gnome
7 DIST_SUBDIR=    gnome3
8
9 MAINTAINER=     gnome@FreeBSD.org
10 COMMENT=        OpenWeather extension for the GNOME3 shell
11
12 BUILD_DEPENDS=  gnome-autogen.sh:devel/gnome-common \
13                 gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas
14 RUN_DEPENDS=    gnome-shell>=0:x11/gnome-shell \
15                 gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas
16
17 USES=           autoreconf gettext gmake gnome libtool pkgconfig
18 USE_GNOME=      glib20 intltool
19 USE_GITHUB=     yes
20 USE_LDCONFIG=   yes
21 GNU_CONFIGURE=  yes
22 CPPFLAGS+=      -I${LOCALBASE}/include
23 LDFLAGS+=       -L${LOCALBASE}/lib
24 GLIB_SCHEMAS=   org.gnome.shell.extensions.openweather.gschema.xml
25
26 GH_ACCOUNT=     jenslody
27 GH_TAGNAME=     6337eb2
28
29 PKGMESSAGE=     ../gnome-shell-extra-extensions/pkg-message.slaves
30
31 .include <bsd.port.mk>