Support stage
This commit is contained in:
parent
c103a0485b
commit
b3b08ebad2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336121
1 changed files with 6 additions and 10 deletions
|
@ -7,26 +7,22 @@ CATEGORIES= devel
|
|||
MASTER_SITES= http://www.chasen.org/~taku/software/darts/src/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A C++ template library that implements Double-Array
|
||||
COMMENT= C++ template library that implements Double-Array
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
EXAMPLES= darts.cpp mkdarts.cpp
|
||||
DOCS= AUTHORS ChangeLog README doc
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${DOCS}
|
||||
${CP} -R ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
.for f in ${EXAMPLES}
|
||||
${CP} -R ${WRKSRC}/${f} ${EXAMPLESDIR}/
|
||||
${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue