aboutsummaryrefslogtreecommitdiff
path: root/graphics/libemf/Makefile
blob: eaf66f3131975e9feab30955f23ba54447580bd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PORTNAME=	libEMF
DISTVERSION=	1.0.13
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	SF
DISTNAME=	libemf-${DISTVERSION}

MAINTAINER=	office@FreeBSD.org
COMMENT=	Enhanced Metafile Library
WWW=		https://libemf.sourceforge.net/

LICENSE=	LGPL21

USES=		compiler:c++14-lang cpe libtool
CPE_VENDOR=	${PORTNAME:tl}_project
# libEMF 1.10.13 does not work with C++17 which is the default since
# clang 16. This can be removed once that port starts working with C++17 and
# has its own USE_CXXSTD removed.
# See also: https://sourceforge.net/p/libemf/bugs/5/
USE_CXXSTD=	c++14
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
TEST_TARGET=	check

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>