23 lines
421 B
Makefile
23 lines
421 B
Makefile
|
# 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>
|