freebsd-ports/textproc/liblrdf/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

38 lines
845 B
Makefile

# Created by: Tilman Linneweh <arved@FreeBSD.org>
# $FreeBSD$
PORTNAME= liblrdf
PORTVERSION= 0.5.0
PORTREVISION= 7
CATEGORIES= textproc
MASTER_SITES= GENTOO
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for manipulating RDF files describing LADSPA plugins
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
LIB_DEPENDS= libicuuc.so:devel/icu \
libyajl.so:devel/yajl \
libcurl.so:ftp/curl \
libraptor2.so:textproc/raptor2
GNU_CONFIGURE= yes
USES= autoreconf iconv libtool pathfix pkgconfig
USE_GNOME= libxml2 libxslt
USE_LDCONFIG= yes
USE_OPENSSL= yes
PATHFIX_MAKEFILEIN= Makefile.am
INSTALL_TARGET= install-strip
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032
post-patch:
@${FIND} ${WRKSRC}/m4 -type l -delete
.include <bsd.port.mk>