1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/graphics/libemf/Makefile
Dmitry Marakasov 66df6ad6c7 - Add parts of code from newer wine to fix build on mips and aarch64
PR:		202104
Submitted by:	amdmi3
Approved by:	maintainer timeout (maho, 4 weeks)
2015-09-03 09:57:19 +00:00

25 lines
418 B
Makefile

# Created by: NAKATA Maho <maho@FreeBSD.org>
# $FreeBSD$
PORTNAME= libEMF
PORTVERSION= 1.0.7
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= maho@FreeBSD.org
COMMENT= Enhanced Metafile Library
LICENSE= LGPL21
OPTIONS_DEFINE= DOCS
USES= libtool
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>