freebsd-ports/deskutils/rolo/Makefile
2013-09-22 18:05:04 +00:00

31 lines
583 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
BUILD_DEPENDS= ${LOCALBASE}/lib/libvc.a:${PORTSDIR}/devel/libvc
USE_BZIP2= yes
GNU_CONFIGURE= yes
NO_STAGE= yes
CFLAGS+= -I${PREFIX}/include \
-L${PREFIX}/lib
MAN1= rolo.1
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for DOC in AUTHORS ChangeLog NEWS README THANKS
@${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>