- Stage support
- Convert USE_GMAKE to USES
This commit is contained in:
parent
e70d3b8c14
commit
e9a7e7ace1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345301
@ -12,16 +12,13 @@ COMMENT= A Binary Decision Diagram library
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
DOCS= doc/bddnotes.ps doc/buddy.ps doc/tech.txt README AUTHORS
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user