svn commit: r448477 - head/deskutils/rolo
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 21 15:10:43 UTC 2017
Author: amdmi3
Date: Mon Aug 21 15:10:42 2017
New Revision: 448477
URL: https://svnweb.freebsd.org/changeset/ports/448477
Log:
- Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
Modified:
head/deskutils/rolo/Makefile
Modified: head/deskutils/rolo/Makefile
==============================================================================
--- head/deskutils/rolo/Makefile Mon Aug 21 14:36:51 2017 (r448476)
+++ head/deskutils/rolo/Makefile Mon Aug 21 15:10:42 2017 (r448477)
@@ -9,16 +9,17 @@ MASTER_SITES= SF
MAINTAINER= ports at 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}
More information about the svn-ports-head
mailing list