diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-08-21 23:10:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-08-21 23:10:42 +0800 |
commit | 2651ccdb0b2a82ca3452f13b5a96d6f1d2414962 (patch) | |
tree | 7f840e6009cdb4c5d083e88a93860c7d51d77ba4 /deskutils | |
parent | 1fd605b83eff8a85371faab88a08753f6e020aa1 (diff) | |
download | freebsd-ports-gnome-2651ccdb0b2a82ca3452f13b5a96d6f1d2414962.tar.gz freebsd-ports-gnome-2651ccdb0b2a82ca3452f13b5a96d6f1d2414962.tar.zst freebsd-ports-gnome-2651ccdb0b2a82ca3452f13b5a96d6f1d2414962.zip |
- Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
Diffstat (limited to 'deskutils')
-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} |