- Add LICENSE
- Switch to USES=localbase - Switch to options helpers
This commit is contained in:
parent
4b34486bf4
commit
0ca77af76c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448477
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user