1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/deskutils/rolo/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
544 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
LIB_DEPENDS= libvc.so:devel/libvc
USES= ncurses tar:bzip2
GNU_CONFIGURE= yes
CFLAGS+= -I${PREFIX}/include \
-L${PREFIX}/lib
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for DOC in AUTHORS ChangeLog NEWS README THANKS
${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>