701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
32 lines
878 B
Makefile
32 lines
878 B
Makefile
# Created by: reed@pugetsoundtechnology.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libwpd
|
|
PORTVERSION= 0.10.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
PKGNAMESUFFIX= 010
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
|
|
|
|
LICENSE= LGPL21 MPL20
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
|
LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/qi.hpp:devel/boost-libs
|
|
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
|
|
|
|
USES= compiler:c++11-lang gnome libtool pathfix pkgconfig tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= libgsf
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CONFIGURE_ARGS= --disable-werror --without-docs
|
|
CPPFLAGS+= -I ${LOCALBASE}/include
|
|
PLIST_SUB= MAJVER=${PORTVERSION:R}
|
|
|
|
.include <bsd.port.mk>
|