mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Support stage
This commit is contained in:
parent
15df609ab1
commit
4f471121ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340965
@ -3,29 +3,20 @@
|
||||
|
||||
PORTNAME= rlog
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A flexible message logging facility for C++
|
||||
COMMENT= Flexible message logging facility for C++
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
LICENSE= LGPL21 LGPL3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= pathfix
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pathfix
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^SUBDIRS/s|docs||' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}/html
|
||||
@(cd ${WRKSRC}/docs/html && ${COPYTREE_SHARE} . ${DOCSDIR}/html)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -87,6 +87,7 @@ libdata/pkgconfig/librlog.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/tab_l.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/tab_r.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/refman.pdf
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm include/rlog
|
||||
|
Loading…
Reference in New Issue
Block a user