blob: 5a4c418efc3b6abd7c36012fc9817869a66de194 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: rolo
# Date created: 04 April 2003
# Whom: Andrew Hsu <ahsu@users.sf.net>
#
# $FreeBSD$
#
PORTNAME= rolo
PORTVERSION= 007
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Text-based contact management software
USE_BISON= yes
GNU_CONFIGURE= yes
MAN1= rolo.1
.include <bsd.port.mk>
|