aboutsummaryrefslogtreecommitdiffstats
path: root/www/roundup/Makefile
blob: eeef83a234bf817c968bdab99f4a7c5b2258a388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for: roundup
# Date created:     23 Mar 2003
# Whom:         nbm
#
# $FreeBSD$
#

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

MAINTAINER= dryice@dryice.name
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>