1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/graphics/libemf/Makefile
Dmitry Marakasov a832536355 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-04 13:34:37 +00:00

23 lines
401 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
OPTIONS_DEFINE= DOCS
USES= libtool
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>