7acca7e902
This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
32 lines
841 B
Makefile
32 lines
841 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmspub
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= print graphics devel
|
|
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
|
|
PKGNAMESUFFIX= 01
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Library and tools for parsing Microsoft Publisher file format
|
|
|
|
LICENSE= LGPL21 MPL GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:devel/boost-libs
|
|
LIB_DEPENDS= libicui18n.so:devel/icu \
|
|
librevenge-0.0.so:textproc/librevenge
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= libtool pathfix pkgconfig tar:xz
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CONFIGURE_ARGS= --disable-werror --without-docs
|
|
CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libmspub.pc.in
|
|
|
|
.include <bsd.port.mk>
|