mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
04d20f5cbe
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
34 lines
881 B
Makefile
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>
|