mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Bump after devel/icu update
- Add missing deps, pkg-config is required during build - Fix typo in pkg-descr
This commit is contained in:
parent
0e190ec057
commit
e749cb2be9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309325
2 changed files with 10 additions and 8 deletions
|
@ -1,12 +1,9 @@
|
|||
# New ports collection Makefile for: liblrdf
|
||||
# Date created: 26 April 2003
|
||||
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
||||
#
|
||||
# Created by: Tilman Linneweh <arved@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= liblrdf
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= GENTOO/distfiles
|
||||
|
||||
|
@ -14,13 +11,18 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Library for manipulating RDF files describing LADSPA plugins
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
||||
LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2
|
||||
LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu \
|
||||
yajl:${PORTSDIR}/devel/yajl \
|
||||
curl:${PORTSDIR}/ftp/curl \
|
||||
raptor2:${PORTSDIR}/textproc/raptor2
|
||||
|
||||
USE_AUTOTOOLS= libtoolize automake autoconf aclocal
|
||||
ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_PKGCONFIG= build
|
||||
USE_ICONV= yes
|
||||
USE_GNOME= gnomehack libxml2 libxslt
|
||||
GNOME_MAKEFILEIN= Makefile.am
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
|
|
|
@ -2,6 +2,6 @@ This is a library to make it easy to manipulate RDF files describing LADSPA
|
|||
plugins. It can also be used for general RDF manipulation.
|
||||
|
||||
It can read RDF/XLM and N3 files and export N3 files, it also has a light
|
||||
taxonomic inference capablility.
|
||||
taxonomic inference capability.
|
||||
|
||||
WWW: http://sourceforge.net/projects/lrdf/
|
||||
|
|
Loading…
Add table
Reference in a new issue