From 874072dd9a9608fa4cad521645556de36ccfd35a Mon Sep 17 00:00:00 2001 From: nros Date: Sat, 22 Aug 2015 17:42:53 +0000 Subject: Import of libmemphis02 to pkgsrc-current from pkgsrc-wip. Imported to pkgsrc-wip by myself(nros). Memphis is a library for OpenStreetMap written in C using eXpat, Cairo and GLib. It's licensed under the terms of the GNU Lesser General Public License. --- geography/libmemphis02/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 geography/libmemphis02/Makefile (limited to 'geography/libmemphis02/Makefile') diff --git a/geography/libmemphis02/Makefile b/geography/libmemphis02/Makefile new file mode 100644 index 00000000000..7946757b036 --- /dev/null +++ b/geography/libmemphis02/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1 2015/08/22 17:42:53 nros Exp $ + +DISTNAME= memphis-0.2.3 +PKGNAME= libmemphis02-0.2.3 +CATEGORIES= geography +MASTER_SITES= ${MASTER_SITE_GITHUB:=jiuka/} +GITHUB_PROJECT= memphis +EXTRACT_USING= bsdtar + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/jiuka/memphis +COMMENT= Library for OpenStreetMap +LICENSE= gnu-lgpl-v2.1 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= aclocal autoconf autoheader automake gmake pkg-config + +CONFIGURE_ARGS+=--enable-gtk-doc + +PKGCONFIG_OVERRIDE+=memphis.pc.in + +pre-configure: + set -e; cd ${WRKSRC}; \ + libtoolize --copy; aclocal -I m4; \ + gtkdocize --copy; autoheader; \ + automake -a --foreign -i --add-missing; autoconf + +.include "../../devel/glib2/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" +.include "../../textproc/gtk-doc/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3