diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-08-21 15:10:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-08-21 15:10:42 +0000 |
commit | 0ca77af76c46ec4ae7ce7d6d6062b535ecd58c54 (patch) | |
tree | 7f840e6009cdb4c5d083e88a93860c7d51d77ba4 /deskutils/rolo | |
parent | 4b34486bf42c725db1e9853743fd1f8ceb126400 (diff) |
Notes
Diffstat (limited to 'deskutils/rolo')
-rw-r--r-- | deskutils/rolo/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile index 73ae67f4cfa3..550e778562b8 100644 --- a/deskutils/rolo/Makefile +++ b/deskutils/rolo/Makefile @@ -9,16 +9,17 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Text-based contact management software +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libvc.so:devel/libvc -USES= ncurses tar:bzip2 +USES= localbase ncurses tar:bzip2 GNU_CONFIGURE= yes -CFLAGS+= -I${PREFIX}/include \ - -L${PREFIX}/lib OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for DOC in AUTHORS ChangeLog NEWS README THANKS ${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR} |