1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-02-02 16:15:24 +00:00
parent 0f527e12a4
commit dcbd60b39b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342330
2 changed files with 5 additions and 7 deletions

View File

@ -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>

View File

@ -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