aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/rolo/Makefile
blob: d4ef67023e68079741dc26f5e39bacd1e1044181 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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= obraun@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>