Files
ports/textproc/libabw/Makefile
T
Dima Panov ad5c3170f5 textproc/libabw: update to 0.1.4 release (+)
libabw 0.1.4
* Memory safety fixes
2026-07-13 17:26:07 +03:00

26 lines
649 B
Makefile

PORTNAME= libabw
PORTVERSION= 0.1.4
CATEGORIES= textproc
MASTER_SITES= LODEV/${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Library providing ability to interpret Abiword documents
WWW= https://wiki.documentfoundation.org/DLP/Libraries/libabw
LICENSE= MPL20
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
USES= compiler:c++11-lib gnome gperf libtool localbase pathfix perl5 pkgconfig \
tar:xz
USE_LDCONFIG= yes
USE_GNOME= libxml2
GNU_CONFIGURE= yes
USE_PERL5= build
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --without-docs
.include <bsd.port.mk>