diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-10 16:03:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-10 16:03:11 +0000 |
commit | 9d369e725ddfec71d3ae74cfc240b5e5b253603f (patch) | |
tree | 302868aa0f0b86fbc62607d0b008e0ffc7d00174 /textproc/libabw00 | |
parent | f84534ae408e97a59ce95c57eb36e7ec9ae48aee (diff) | |
download | ports-9d369e725ddfec71d3ae74cfc240b5e5b253603f.tar.gz ports-9d369e725ddfec71d3ae74cfc240b5e5b253603f.zip |
Notes
Diffstat (limited to 'textproc/libabw00')
-rw-r--r-- | textproc/libabw00/Makefile | 27 | ||||
-rw-r--r-- | textproc/libabw00/distinfo | 2 | ||||
-rw-r--r-- | textproc/libabw00/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/libabw00/pkg-plist | 8 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/libabw00/Makefile b/textproc/libabw00/Makefile new file mode 100644 index 000000000000..ca7d48d7cf88 --- /dev/null +++ b/textproc/libabw00/Makefile @@ -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> diff --git a/textproc/libabw00/distinfo b/textproc/libabw00/distinfo new file mode 100644 index 000000000000..919808891a10 --- /dev/null +++ b/textproc/libabw00/distinfo @@ -0,0 +1,2 @@ +SHA256 (libabw-0.0.2.tar.xz) = d5cec855722e3c9caf451db2557aa8c81b279a562e67593477c58b02e948b594 +SIZE (libabw-0.0.2.tar.xz) = 307432 diff --git a/textproc/libabw00/pkg-descr b/textproc/libabw00/pkg-descr new file mode 100644 index 000000000000..dc11ad2f0f6a --- /dev/null +++ b/textproc/libabw00/pkg-descr @@ -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/ diff --git a/textproc/libabw00/pkg-plist b/textproc/libabw00/pkg-plist new file mode 100644 index 000000000000..d7b7c3eedfb2 --- /dev/null +++ b/textproc/libabw00/pkg-plist @@ -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 |