mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Convert to USES=libtool.
Approved by: kde (makc)
This commit is contained in:
parent
4b8ece378b
commit
57e84c9330
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352100
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= rasqal
|
||||
PORTVERSION= 0.9.32
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://download.librdf.org/source/ \
|
||||
SF/librdf/${PORTNAME}/${PORTVERSION}
|
||||
@ -18,10 +19,9 @@ LICENSE_COMB= dual
|
||||
LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \
|
||||
libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
USE_GNOME= lthack
|
||||
USES= gmake libtool pathfix perl5 pkgconfig
|
||||
USE_OPENSSL= yes
|
||||
USE_PERL5= build
|
||||
USES= gmake pathfix pkgconfig perl5
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -2,9 +2,9 @@ bin/rasqal-config
|
||||
bin/roqet
|
||||
include/rasqal/rasqal.h
|
||||
lib/librasqal.a
|
||||
lib/librasqal.la
|
||||
lib/librasqal.so
|
||||
lib/librasqal.so.3
|
||||
lib/librasqal.so.3.0.0
|
||||
libdata/pkgconfig/rasqal.pc
|
||||
man/man1/rasqal-config.1.gz
|
||||
man/man1/roqet.1.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= redland
|
||||
PORTVERSION= 1.0.17
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://download.librdf.org/source/
|
||||
|
||||
@ -20,7 +20,7 @@ LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_PERL5= build
|
||||
USES= gmake pathfix perl5 pkgconfig shebangfix
|
||||
USES= gmake libtool pathfix perl5 pkgconfig shebangfix
|
||||
SHEBANG_FILES= scripts/touch-mtime.pl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-threestore=no
|
||||
|
@ -23,20 +23,16 @@ include/rdf_uri.h
|
||||
include/rdf_utf8.h
|
||||
include/redland.h
|
||||
lib/librdf.a
|
||||
lib/librdf.la
|
||||
lib/librdf.so
|
||||
lib/librdf.so.0
|
||||
lib/librdf.so.0.0.0
|
||||
%%MYSQL%%lib/redland/librdf_storage_mysql.a
|
||||
%%MYSQL%%lib/redland/librdf_storage_mysql.la
|
||||
%%MYSQL%%lib/redland/librdf_storage_mysql.so
|
||||
%%PGSQL%%lib/redland/librdf_storage_postgresql.a
|
||||
%%PGSQL%%lib/redland/librdf_storage_postgresql.la
|
||||
%%PGSQL%%lib/redland/librdf_storage_postgresql.so
|
||||
%%SQLITE%%lib/redland/librdf_storage_sqlite.a
|
||||
%%SQLITE%%lib/redland/librdf_storage_sqlite.la
|
||||
%%SQLITE%%lib/redland/librdf_storage_sqlite.so
|
||||
%%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.a
|
||||
%%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.la
|
||||
%%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.so
|
||||
libdata/pkgconfig/redland.pc
|
||||
man/man1/rdfproc.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user