Files
ports/textproc/libwpd010/Makefile
Stefan Eßer 0d96d3cfe9 textproc/libwpd010: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 13:02:07 +02:00

33 lines
902 B
Makefile

# Created by: reed@pugetsoundtechnology.com
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 cpe gnome libtool pathfix pkgconfig tar:bzip2
CPE_VENDOR= ${PORTNAME}_project
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>