# New ports collection makefile for: roundup
# Date created:		23 Mar 2003
# Whom:			nbm
#
# $FreeBSD: ports/www/roundup/Makefile,v 1.12 2005/07/20 04:54:44 novel Exp $
#

PORTNAME=	roundup
PORTVERSION=	0.8.4
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://bsdchat.com/dist/dryice/
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	dryice@liu.com.cn
COMMENT=	An Issue-Tracking System for Knowledge Workers

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
USE_GETTEXT=	yes

MAN1=		roundup-admin.1 roundup-demo.1 roundup-mailgw.1 \
		roundup-server.1

.include <bsd.port.mk>
