- Stage support

- Support DOCS
This commit is contained in:
Martin Wilke 2014-02-21 01:55:45 +00:00
parent cc2c926e6d
commit d1ee9aafbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345294

View file

@ -9,16 +9,15 @@ MASTER_SITES= SF
MAINTAINER= maho@FreeBSD.org
COMMENT= Enhanced Metafile Library
OPTIONS_DEFINE= DOCS
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
.endif
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>