mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USE_AUTOTOOLS=autoheader and USES=libtool
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
This commit is contained in:
parent
99f4833b48
commit
04d20f5cbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360349
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= liblrdf
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= GENTOO/distfiles
|
||||
|
||||
@ -16,27 +16,18 @@ LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libraptor2.so:${PORTSDIR}/textproc/raptor2
|
||||
|
||||
USE_AUTOTOOLS= libtoolize automake autoconf aclocal
|
||||
ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal -I.
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
|
||||
AUTOMAKE_ARGS= --add-missing --copy --force
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix pkgconfig iconv
|
||||
USES= iconv libtool pathfix pkgconfig
|
||||
USE_GNOME= libxml2 libxslt
|
||||
GNOME_MAKEFILEIN= Makefile.am
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
|
||||
CFLAGS+= -I${OPENSSLINC} ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${OPENSSLLIB} ${PTHREAD_LIBS}
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032
|
||||
|
||||
# XXX: work around an issue with automake-1.13 erroring out on a
|
||||
# partially configured m4 directory before libtoolize creates it
|
||||
pre-configure::
|
||||
@${RM} -rf ${WRKSRC}/m4
|
||||
@${MKDIR} ${WRKSRC}/m4
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
include/lrdf.h
|
||||
include/lrdf_types.h
|
||||
lib/liblrdf.a
|
||||
lib/liblrdf.la
|
||||
lib/liblrdf.so
|
||||
lib/liblrdf.so.2
|
||||
lib/liblrdf.so.2.0.0
|
||||
libdata/pkgconfig/lrdf.pc
|
||||
share/ladspa/rdf/ladspa.rdfs
|
||||
@dirrmtry share/ladspa/rdf
|
||||
|
Loading…
Reference in New Issue
Block a user