diff options
author | drochner <drochner> | 2010-07-26 11:54:34 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-07-26 11:54:34 +0000 |
commit | bf2fbfb330817003f45014a542be98eac7d5422d (patch) | |
tree | e1f0ce8d875b342367395aa5d76ca1f3d134ddf3 /geography/geoclue/Makefile | |
parent | 449183c17da4420dd2c84f71cd63cf758b93aeb5 (diff) | |
download | pkgsrc-bf2fbfb330817003f45014a542be98eac7d5422d.tar.gz |
oops - too much c&p - reimport into proper path
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" |