a90211d21b
2012-06-24 Raptor2 Version 2.0.8 Released Added support for RDFa 1.1 via updated librdfa Multiple portability fixes for Windows and Solarises. (Daniel Richard G.) Multiple minor fixes and improvements Fixed reported issues: 0000381, 0000487, 0000505 and 0000507
30 lines
724 B
Makefile
30 lines
724 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/07/01 15:50:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= raptor2-2.0.8
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|