mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
29 lines
724 B
Makefile
29 lines
724 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmspub
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 9
|
|
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= compiler:c++0x libtool pathfix pkgconfig tar:xz
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CONFIGURE_ARGS= --disable-werror --without-docs
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|