2004-05-08 00:33:55 +02:00
|
|
|
# New ports collection makefile for: gaphor
|
|
|
|
# Date created: 06 August 2003
|
|
|
|
# Whom: rehsack@liwing.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gaphor
|
2007-03-16 14:10:47 +01:00
|
|
|
PORTVERSION= 0.9.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2004-05-08 00:33:55 +02:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2006-09-05 10:34:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-08 00:33:55 +02:00
|
|
|
COMMENT= UML modeling environment written in Python
|
|
|
|
|
2007-03-16 14:10:47 +01:00
|
|
|
CONFLICTS= zope-3*
|
2005-01-01 23:21:26 +01:00
|
|
|
|
2007-03-16 14:10:47 +01:00
|
|
|
USE_GNOME= pygnome2
|
|
|
|
USE_PYTHON= 2.4+
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
USE_GETTEXT= yes
|
2007-09-10 00:50:51 +02:00
|
|
|
USE_DISPLAY= yes
|
2004-05-08 00:33:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|