pkgsrc/geography/geoclue/Makefile
wiz c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00

32 lines
857 B
Makefile

# $NetBSD: Makefile,v 1.19 2013/06/03 10:05:06 wiz Exp $
#
DISTNAME= geoclue-0.12.0
PKGREVISION= 14
CATEGORIES= geography
MASTER_SITES= http://folks.o-hand.com/jku/geoclue-releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/wiki/Software/GeoClue
COMMENT= Geoinformation service API and base providers
#LICENSE= # TODO: (see mk/license.mk)
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
PKGCONFIG_OVERRIDE+= geoclue.pc.in
BUILDLINK_TRANSFORM+= rm:-Werror
# for documentation build
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
#for test
#.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/GConf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"