mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Rearrange USE_GNOME
Don't install .la file PR: 63499 Submitted by: KATO Tsuguru
This commit is contained in:
parent
e5b4d0c08f
commit
a31fc71009
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102422
2 changed files with 5 additions and 11 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= liblrdf
|
PORTNAME= liblrdf
|
||||||
PORTVERSION= 0.3.5
|
PORTVERSION= 0.3.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://plugin.org.uk/releases/lrdf/
|
MASTER_SITES= http://plugin.org.uk/releases/lrdf/
|
||||||
|
|
||||||
|
@ -15,18 +16,12 @@ COMMENT= Library for manipulating RDF files describing LADSPA plugins
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
||||||
LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor
|
LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
USE_GNOME= gnomehack gnometarget lthack
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
USE_REINPLACE= yes
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
USE_GNOME= gnomehack
|
|
||||||
INSTALLS_SHLIB= yes
|
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:
|
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||||
${REINPLACE_CMD} -e 's,1:2:2,1:2:1,' ${WRKSRC}/configure
|
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,7 +3,6 @@ include/lrdf_types.h
|
||||||
lib/liblrdf.a
|
lib/liblrdf.a
|
||||||
lib/liblrdf.so
|
lib/liblrdf.so
|
||||||
lib/liblrdf.so.2
|
lib/liblrdf.so.2
|
||||||
lib/liblrdf.la
|
|
||||||
share/ladspa/rdf/ladspa.rdfs
|
share/ladspa/rdf/ladspa.rdfs
|
||||||
libdata/pkgconfig/lrdf.pc
|
libdata/pkgconfig/lrdf.pc
|
||||||
@dirrm share/ladspa/rdf
|
@dirrm share/ladspa/rdf
|
||||||
|
|
Loading…
Add table
Reference in a new issue