aad04992c7
2013-02-26 Raptor2 Version 2.0.9 Released Added full parsing and serializing support for Turtle Terse RDF Triple Language W3C Candidate Recommendation 19 February 2013 Added CMake build framework for building Raptor on Microsoft (Daniel Richard G.) Made a few minor fixes and improvements Fixed reported issues: 0000499, 0000508, 0000520, 0000521 and 0000526
28 lines
690 B
Makefile
28 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/03/15 21:51:45 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= raptor2-2.0.9
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://download.librdf.org/source/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://librdf.org/raptor/
|
|
COMMENT= RDF Parser Toolkit written in C
|
|
LICENSE= gnu-lgpl-v2.1 OR apache-2.0
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFLICTS= raptor-[0-9]*
|
|
|
|
PKGCONFIG_OVERRIDE+= raptor2.pc.in
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|