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






                                                                   
                     
                 
                        
                                                  
 
                                 

                                                                            
                                                                      
                                                    
 
                          
                                     
                   
                                                           
                   
 

                                                        

                      
# New ports collection Makefile for:	liblrdf
# Date created:			26 April 2003
# Whom:				Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=	liblrdf
PORTVERSION=	0.4.0
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	SF/lrdf/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for manipulating RDF files describing LADSPA plugins

BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS=	raptor.2:${PORTSDIR}/textproc/raptor

USE_AUTOTOOLS=	libtool:22
USE_GNOME=	gnomehack gnometarget
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG=	yes

CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}

.include <bsd.port.mk>