summaryrefslogtreecommitdiff
path: root/geography/libmemphis02/Makefile
diff options
context:
space:
mode:
authornros <nros>2015-08-22 17:42:53 +0000
committernros <nros>2015-08-22 17:42:53 +0000
commit874072dd9a9608fa4cad521645556de36ccfd35a (patch)
treef3f90ce4502e0f3571d9580fd23f192e85521abb /geography/libmemphis02/Makefile
parent0f36350794f89ec7ff05fba86a27b3a333a7f6ed (diff)
downloadpkgsrc-874072dd9a9608fa4cad521645556de36ccfd35a.tar.gz
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.
Diffstat (limited to 'geography/libmemphis02/Makefile')
-rw-r--r--geography/libmemphis02/Makefile34
1 files changed, 34 insertions, 0 deletions
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"