blob: 19f2e23731c037c3f3eabec20b31223e5239ac65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection Makefile for: liblrdf
# Date created: 26 April 2003
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= liblrdf
PORTVERSION= 0.3.0
CATEGORIES= textproc
MASTER_SITES= http://plugin.org.uk/releases/lrdf/
MAINTAINER= arved@FreeBSD.org
COMMENT= Library for manipulating RDF files describing LADSPA plugins
LIB_DEPENDS= raptor.0:${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" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
${REINPLACE_CMD} -e 's,1:2:2,1:2:1,' ${WRKSRC}/configure
.include <bsd.port.mk>
|