2003-04-27 16:27:54 +02:00
|
|
|
# New ports collection Makefile for: liblrdf
|
|
|
|
# Date created: 26 April 2003
|
|
|
|
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liblrdf
|
2004-02-28 11:15:58 +01:00
|
|
|
PORTVERSION= 0.3.5
|
2003-04-27 16:27:54 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://plugin.org.uk/releases/lrdf/
|
|
|
|
|
2004-02-28 11:15:58 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-27 16:27:54 +02:00
|
|
|
COMMENT= Library for manipulating RDF files describing LADSPA plugins
|
|
|
|
|
2003-05-04 19:45:36 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
2004-01-03 01:06:00 +01:00
|
|
|
LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor
|
2003-04-27 16:27:54 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_GNOME= gnomehack
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_TARGET=
|
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-05-02 12:18:10 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
|
|
|
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
2003-04-27 16:27:54 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,1:2:2,1:2:1,' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|