1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/liblrdf/Makefile
Tijl Coosemans 04d20f5cbe - Add USE_AUTOTOOLS=autoheader and USES=libtool
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
2014-07-03 09:55:07 +00:00

34 lines
881 B
Makefile

# Created by: Tilman Linneweh <arved@FreeBSD.org>
# $FreeBSD$
PORTNAME= liblrdf
PORTVERSION= 0.5.0
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= GENTOO/distfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for manipulating RDF files describing LADSPA plugins
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu \
libyajl.so:${PORTSDIR}/devel/yajl \
libcurl.so:${PORTSDIR}/ftp/curl \
libraptor2.so:${PORTSDIR}/textproc/raptor2
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
AUTOMAKE_ARGS= --add-missing --copy --force
GNU_CONFIGURE= yes
USES= iconv libtool pathfix pkgconfig
USE_GNOME= libxml2 libxslt
USE_LDCONFIG= yes
USE_OPENSSL= yes
PATHFIX_MAKEFILEIN= Makefile.am
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032
.include <bsd.port.mk>