1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/deskutils/rolo/Makefile
2008-11-09 07:47:01 +00:00

36 lines
708 B
Makefile

# New ports collection makefile for: rolo
# Date created: 04 April 2003
# Whom: Andrew Hsu <ahsu@users.sf.net>
#
# $FreeBSD$
#
PORTNAME= rolo
PORTVERSION= 011
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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
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>