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
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= liblrdf
|
||||
PORTVERSION= 0.3.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
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
|
||||
LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack gnometarget lthack
|
||||
USE_LIBTOOL= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnomehack
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
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
|
||||
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,7 +3,6 @@ include/lrdf_types.h
|
||||
lib/liblrdf.a
|
||||
lib/liblrdf.so
|
||||
lib/liblrdf.so.2
|
||||
lib/liblrdf.la
|
||||
share/ladspa/rdf/ladspa.rdfs
|
||||
libdata/pkgconfig/lrdf.pc
|
||||
@dirrm share/ladspa/rdf
|
||||
|
Loading…
Reference in New Issue
Block a user