freebsd-ports/www/roundup/Makefile
Kirill Ponomarev 0390e1d20f Update to version 0.8.2
PR:		ports/78749
Submitted by:	Ports Fury
2005-03-13 09:56:30 +00:00

24 lines
474 B
Makefile

# New ports collection makefile for: roundup
# Date created: 23 Mar 2003
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= roundup
PORTVERSION= 0.8.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
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>