2001-11-22 11:02:31 +01:00
|
|
|
# New ports collection makefile for: raptor
|
|
|
|
# Date created: Nov 22, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2011-10-17 00:55:01 +02:00
|
|
|
PORTNAME= raptor2
|
2012-03-25 17:36:09 +02:00
|
|
|
PORTVERSION= 2.0.7
|
2001-11-22 11:02:31 +01:00
|
|
|
CATEGORIES= textproc
|
2011-10-17 00:55:01 +02:00
|
|
|
MASTER_SITES= http://download.librdf.org/source/ \
|
|
|
|
SF/librdf/${PORTNAME}/${PORTVERSION}
|
2009-08-22 02:37:17 +02:00
|
|
|
|
2010-04-30 00:51:57 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= RDF Parser Toolkit for Redland
|
2001-11-22 11:02:31 +01:00
|
|
|
|
2011-10-17 00:55:01 +02:00
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
|
2011-11-27 11:27:20 +01:00
|
|
|
yajl.2:${PORTSDIR}/devel/yajl
|
2011-10-17 00:55:01 +02:00
|
|
|
|
|
|
|
CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21
|
2001-11-22 11:02:31 +01:00
|
|
|
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomehack libxml2
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-04-18 16:29:49 +02:00
|
|
|
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
|
|
|
|
--with-curl-config=${LOCALBASE}/bin/curl-config \
|
|
|
|
--with-pkg-config=${LOCALBASE}/bin/pkg-config \
|
2007-07-23 11:36:51 +02:00
|
|
|
--with-xml-parser=libxml --with-www=curl
|
2006-12-08 23:55:44 +01:00
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2012-01-29 21:00:59 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2002-07-15 23:41:28 +02:00
|
|
|
|
2011-10-17 00:55:01 +02:00
|
|
|
MAN1= rapper.1
|
|
|
|
MAN3= libraptor2.3
|
2002-11-18 23:16:00 +01:00
|
|
|
|
2001-11-22 11:02:31 +01:00
|
|
|
.include <bsd.port.mk>
|