pkgsrc/textproc/liblrdf/Makefile
heinz 3ba7273ae2 Initial import of liblrdf 0.4.0.
Liblrdf is a library for easy manipulation of RDF files describing
LADSPA plugins. It can also be used for general RDF manipulation.
Liblrdf can read RDF/XLM and N3 files and export N3 files, it also has a light
taxonomic inference capability.
2007-05-15 19:25:31 +00:00

25 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/05/15 19:25:31 heinz Exp $
#
DISTNAME= liblrdf-0.4.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lrdf/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://lrdf.sourceforge.net/
COMMENT= Library for easy manipulation of LADSPA plugin RDF descriptions
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c
PKGCONFIG_OVERRIDE+= lrdf.pc.in
.include "../../audio/ladspa/buildlink3.mk"
.include "../../textproc/raptor/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"