1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/deskutils/rolo/Makefile
Dmitry Marakasov 0ca77af76c - Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
2017-08-21 15:10:42 +00:00

29 lines
562 B
Makefile

# Created by: Andrew Hsu <ahsu@users.sf.net>
# $FreeBSD$
PORTNAME= rolo
PORTVERSION= 011
CATEGORIES= deskutils
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= localbase ncurses tar:bzip2
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for DOC in AUTHORS ChangeLog NEWS README THANKS
${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>