freebsd-ports/net/libmateweather/Makefile
Koop Mast a27a30cecd Fix weather data fetching [1].
* Add license block
* record missing dependencies
* replace CPPFLAGS/LDFLAGS with USES=localbase

PR:		212243
Submitted by:	cpm@
Obtained from:	libmateweather upstream [1]
2016-09-29 12:08:49 +00:00

36 lines
851 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libmateweather
PORTVERSION= 1.12.1
PORTREVISION= 1
CATEGORIES= net mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to accessing online weather informations
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz
USE_GNOME= cairo gtk20 libxml2 intlhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--with-gtk=2.0 \
--with-html-dir=${PREFIX}/share/doc
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.weather.gschema.xml
.include <bsd.port.mk>