1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/textproc/liblrdf/Makefile
Tilman Keskinoz cb72517df4 Chase shlib version of raptor
Forgotten by:	krion
2003-10-20 19:50:48 +00:00

34 lines
913 B
Makefile

# New ports collection Makefile for: liblrdf
# Date created: 26 April 2003
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= liblrdf
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://plugin.org.uk/releases/lrdf/
MAINTAINER= arved@FreeBSD.org
COMMENT= Library for manipulating RDF files describing LADSPA plugins
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= raptor.1:${PORTSDIR}/textproc/raptor
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}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
post-patch:
${REINPLACE_CMD} -e 's,1:2:2,1:2:1,' ${WRKSRC}/configure
.include <bsd.port.mk>