mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
LibreOffice 4.2 actually expect libabw00
This commit is contained in:
parent
f84534ae40
commit
9d369e725d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357339
@ -346,6 +346,7 @@
|
||||
SUBDIR += latex2html
|
||||
SUBDIR += lemmatizer2
|
||||
SUBDIR += libabw
|
||||
SUBDIR += libabw00
|
||||
SUBDIR += libcrm114
|
||||
SUBDIR += libcroco
|
||||
SUBDIR += libcsv
|
||||
|
27
textproc/libabw00/Makefile
Normal file
27
textproc/libabw00/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libabw
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
||||
PKGNAMESUFFIX= 00
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Library providing ability to interpret Abiword documents
|
||||
|
||||
LICENSE= LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
|
||||
LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
|
||||
|
||||
USES= libtool pathfix pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= -disable-werror --without-docs --disable-tools
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/libabw00/distinfo
Normal file
2
textproc/libabw00/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libabw-0.0.2.tar.xz) = d5cec855722e3c9caf451db2557aa8c81b279a562e67593477c58b02e948b594
|
||||
SIZE (libabw-0.0.2.tar.xz) = 307432
|
4
textproc/libabw00/pkg-descr
Normal file
4
textproc/libabw00/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Libabw is library providing ability to interpret and import AbiWord documents
|
||||
into various applications
|
||||
|
||||
WWW: http://www.freedesktop.org/wiki/Software/libabw/
|
8
textproc/libabw00/pkg-plist
Normal file
8
textproc/libabw00/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
include/libabw-0.0/libabw/AbiDocument.h
|
||||
include/libabw-0.0/libabw/libabw.h
|
||||
lib/libabw-0.0.so
|
||||
lib/libabw-0.0.so.0
|
||||
lib/libabw-0.0.so.0.0.2
|
||||
libdata/pkgconfig/libabw-0.0.pc
|
||||
@dirrm include/libabw-0.0/libabw
|
||||
@dirrm include/libabw-0.0
|
Loading…
Reference in New Issue
Block a user