1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/libemf/Makefile
2021-04-06 16:31:07 +02:00

27 lines
513 B
Makefile

# Created by: NAKATA Maho <maho@FreeBSD.org>
PORTNAME= libEMF
PORTVERSION= 1.0.7
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
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= libtool
GNU_CONFIGURE= yes
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>