23 lines
437 B
Makefile
23 lines
437 B
Makefile
# New ports collection makefile for: rolo
|
|
# Date created: 04 April 2003
|
|
# Whom: Andrew Hsu <ahsu@users.sf.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rolo
|
|
PORTVERSION= 009
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= obraun@FreeBSD.org
|
|
COMMENT= Text-based contact management software
|
|
|
|
USE_BZIP2= yes
|
|
USE_BISON= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= rolo.1
|
|
|
|
.include <bsd.port.mk>
|