1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/libemf/Makefile
Sunpoet Po-Chuan Hsieh 73d2804c5c Convert to options target helper
- Sort PLIST
2019-03-24 14:33:03 +00:00

26 lines
429 B
Makefile

# Created by: NAKATA Maho <maho@FreeBSD.org>
# $FreeBSD$
PORTNAME= libEMF
PORTVERSION= 1.0.7
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= office@FreeBSD.org
COMMENT= Enhanced Metafile Library
LICENSE= LGPL21
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>