mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
ebe5436797
This update fixes a number of vulnerabilities: CVE-2020-13999 (fixed in 1.0.13) CVE-2020-11863 (fixed in 1.0.12) CVE-2020-11864 (fixed in 1.0.12) CVE-2020-11865 (fixed in 1.0.12) CVE-2020-11866 (fixed in 1.0.12) PR: 259590 MFH: 2021Q4
29 lines
596 B
Makefile
29 lines
596 B
Makefile
# Created by: NAKATA Maho <maho@FreeBSD.org>
|
|
|
|
PORTNAME= libEMF
|
|
PORTVERSION= 1.0.13
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
DISTNAME= libemf-${DISTVERSION}
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Enhanced Metafile Library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BROKEN_riscv64= fails to build: ../include/libEMF/wine/winnt.h:77:3: Unknown CPU architecture
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= cpe libtool
|
|
CPE_VENDOR= ${PORTNAME:tl}_project
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|