diff options
Diffstat (limited to 'geography/geoclue/Makefile')
-rw-r--r-- | geography/geoclue/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/geography/geoclue/Makefile b/geography/geoclue/Makefile new file mode 100644 index 00000000000..c01df987055 --- /dev/null +++ b/geography/geoclue/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/26 11:54:34 drochner Exp $ +# + +DISTNAME= geoclue-0.12.0 +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) + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config gmake + +PKGCONFIG_OVERRIDE+= geoclue.pc.in + +#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" |