blob: c47258f3ef8b46ed15aed4cd949ad50565921e38 (
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
|
# New ports collection makefile for: gaphor
# Date created: 06 August 2003
# Whom: rehsack@liwing.de
#
# $FreeBSD$
#
PORTNAME= gaphor
PORTVERSION= 0.9.2
PORTREVISION= 7
CATEGORIES= devel gnome
MASTER_SITES= SF
DIST_SUBDIR= gnome2
MAINTAINER= ports@FreeBSD.org
COMMENT= UML modeling environment written in Python
CONFLICTS= zope-3*
USE_GNOME= pygnome2
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
USE_GETTEXT= yes
USE_DISPLAY= yes
.include <bsd.port.mk>
|