1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/textproc/libabw/Makefile

27 lines
599 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libabw
2019-12-26 13:16:24 +00:00
PORTVERSION= 0.1.3
CATEGORIES= textproc
MASTER_SITES= LODEV/${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Library providing ability to interpret Abiword documents
LICENSE= MPL20
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
2019-12-26 13:16:24 +00:00
USES= compiler:c++11-lib gnome gperf libtool localbase pathfix perl5 pkgconfig \
2019-11-08 12:59:36 +00:00
tar:xz
2014-06-10 10:40:16 +00:00
USE_LDCONFIG= yes
USE_GNOME= libxml2
GNU_CONFIGURE= yes
2014-10-07 12:33:58 +00:00
USE_PERL5= build
INSTALL_TARGET= install-strip
2019-12-26 13:16:24 +00:00
CONFIGURE_ARGS= --without-docs
.include <bsd.port.mk>