pkgsrc/devel/libgweather/Makefile

29 lines
720 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2010/07/06 14:58:18 drochner Exp $
#
DISTNAME= libgweather-2.30.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgweather/2.30/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Weather information access library
2010-03-26 18:48:56 +01:00
LICENSE= gnu-gpl-v2
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool gmake msgfmt
GCONF_SCHEMAS+= gweather.schemas
PKGCONFIG_OVERRIDE+= libgweather/gweather.pc.in
CONFLICTS+= gnome-applets<2.22.0
.include "../../devel/GConf/schemas.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../net/libsoup24/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"