blob: d008b55dc8264f1144f0c3de9dde189ae7696794 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= raptor
PORTVERSION= 1.4.21
PORTREVISION= 4
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= pathfix
USE_GNOME= libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
--with-curl-config=${LOCALBASE}/bin/curl-config \
--with-xml-parser=libxml --with-www=curl
CONFIGURE_ENV+= DOC_MODULE_VERSION=1
MAKE_ENV+= DOC_MODULE_VERSION=1
USE_LDCONFIG= yes
post-extract:
${REINPLACE_CMD} -e 's|utils ||' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|