freebsd-ports/textproc/libe-book00/Makefile
Jung-uk Kim b8fd640ffd Mark deprecated and set expiration. editors/libreoffice was the only user
and now it uses textproc/libe-book since r371023.
2016-01-26 20:19:30 +00:00

38 lines
945 B
Makefile

# $FreeBSD$
PORTNAME= libe-book
PORTVERSION= 0.0.3
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/
PKGNAMESUFFIX= 00
MAINTAINER= office@FreeBSD.org
COMMENT= Library for import of reflowable e-book formats
DEPRECATED= Not used any more
EXPIRATION_DATE=2016-03-26
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
OPTIONS_DEFINE= DOCS
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \
libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
USE_GNOME= libxml2
USES= gmake gperf libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ZLIB_CFLAGS="-DWEHAVEZLIBINBASE" ZLIB_LIBS="-DWEDOHAVEIT"
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-werror --without-docs --disable-tests
CPPFLAGS+= -I${LOCALBASE}/include
post-install:
${RM} -f ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>