freebsd-ports/deskutils/rolo/Makefile

35 lines
652 B
Makefile
Raw Normal View History

# New ports collection makefile for: rolo
# Date created: 04 April 2003
# Whom: Andrew Hsu <ahsu@users.sf.net>
#
# $FreeBSD$
#
PORTNAME= rolo
2003-05-22 12:44:37 +02:00
PORTVERSION= 011
CATEGORIES= deskutils
MASTER_SITES= SF
2008-11-09 08:47:01 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Text-based contact management software
2003-05-22 12:44:37 +02:00
BUILD_DEPENDS= ${LOCALBASE}/lib/libvc.a:${PORTSDIR}/devel/libvc
2003-04-20 09:11:29 +02:00
USE_BZIP2= yes
GNU_CONFIGURE= yes
2003-05-22 12:44:37 +02:00
CFLAGS+= -I${PREFIX}/include \
-L${PREFIX}/lib
MAN1= rolo.1
2003-05-19 20:53:45 +02:00
.if !defined(NOPORTDOCS)
2003-05-22 12:44:37 +02:00
post-install:
2003-05-19 20:53:45 +02:00
@${MKDIR} ${DOCSDIR}
.for DOC in AUTHORS ChangeLog NEWS README THANKS
@${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>