mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
13fb0b92a2
This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
33 lines
872 B
Makefile
33 lines
872 B
Makefile
# Created by: reed@pugetsoundtechnology.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libwpd
|
|
PORTVERSION= 0.10.2
|
|
PORTREVISION= 2
|
|
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 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>
|