freebsd-ports/graphics/libemf/Makefile
Robert Clausecker 2ff55486c6 graphics/libemf: fix build on riscv64
Add missing RISC-V specific bits to winnt.h to make the build succeed.
These bits are custom written stubs.

PR:		267395
Approved by:	maintainer timeout
2022-11-11 21:49:16 +01:00

26 lines
491 B
Makefile

PORTNAME= libEMF
PORTVERSION= 1.0.13
CATEGORIES= graphics
MASTER_SITES= SF
DISTNAME= libemf-${DISTVERSION}
MAINTAINER= office@FreeBSD.org
COMMENT= Enhanced Metafile Library
WWW= http://libemf.sourceforge.net/
LICENSE= LGPL21
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>