summaryrefslogtreecommitdiff
path: root/devel/gaphor/Makefile
blob: 78f6db471175a2365d9882b588d6fd4cc81d384a (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
26
27
28
29
30
# New ports collection makefile for:	gaphor
# Date created:        06 August 2003
# Whom:                rehsack@liwing.de
#
# $FreeBSD$
#

PORTNAME=	gaphor
PORTVERSION=	0.9.2
PORTREVISION=	1
CATEGORIES=	devel gnome
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DIST_SUBDIR=	gnome2

MAINTAINER=	ports@FreeBSD.org
COMMENT=	UML modeling environment written in Python

.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS+=	Xvfb:${X_VFBSERVER_PORT}
.endif

CONFLICTS=	zope-3*

USE_GNOME=	pygnome2
USE_PYTHON=	2.4+
USE_PYDISTUTILS=	yes
USE_GETTEXT=	yes

.include <bsd.port.mk>