aboutsummaryrefslogblamecommitdiff
path: root/textproc/raptor/Makefile
blob: 62c559f33689c0948aee238eff60de5ffeb4a2e3 (plain) (tree)
1
2
3
4
5
6
7
8
9
                    

                      
                      
                 
                        
                                                      
                                                  
 
                                 
                                              
 
                                   
 
                                     
                       
                   
                   

                                                                 
                                                     
                                                        
                             
 
                    
 

                                                               
 
                      
# Created by: ijliao

PORTNAME=	raptor
PORTVERSION=	1.4.21
PORTREVISION=	6
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:ftp/curl

USES=		gnome 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
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DOCS

post-patch:
	@${REINPLACE_CMD} -e 's|utils ||' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>