mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Stage support
This commit is contained in:
parent
0f527e12a4
commit
dcbd60b39b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342330
@ -9,23 +9,20 @@ MASTER_SITES= SF
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Text-based contact management software
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libvc.a:${PORTSDIR}/devel/libvc
|
||||
LIB_DEPENDS= libvc.so:${PORTSDIR}/devel/libvc
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
NO_STAGE= yes
|
||||
CFLAGS+= -I${PREFIX}/include \
|
||||
-L${PREFIX}/lib
|
||||
|
||||
MAN1= rolo.1
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for DOC in AUTHORS ChangeLog NEWS README THANKS
|
||||
@${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/rolo
|
||||
man/man1/rolo.1.gz
|
||||
%%PORTDOCS%%share/doc/rolo/AUTHORS
|
||||
%%PORTDOCS%%share/doc/rolo/ChangeLog
|
||||
%%PORTDOCS%%share/doc/rolo/NEWS
|
||||
|
Loading…
Reference in New Issue
Block a user