1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/raptor/Makefile
Tijl Coosemans 933d651b38 - Add USES=libtool to textproc/raptor and bump dependent ports
- Add DOCS option and install documentation in standard location
- Silence post-patch
2014-07-02 19:40:57 +00:00

31 lines
712 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= raptor
PORTVERSION= 1.4.21
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \
http://download.librdf.org/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= RDF Parser Toolkit for Redland
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
USES= libtool pathfix
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
--with-curl-config=${LOCALBASE}/bin/curl-config \
--with-html-dir=${PREFIX}/share/doc \
--with-xml-parser=libxml --with-www=curl
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|utils ||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>