mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
eca78ec61b
Requested by: edwin
28 lines
529 B
Makefile
28 lines
529 B
Makefile
# New ports collection makefile for: gaphor
|
|
# Date created: 06 August 2003
|
|
# Whom: rehsack@liwing.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gaphor
|
|
PORTVERSION= 0.9.2
|
|
PORTREVISION= 4
|
|
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
|
|
|
|
CONFLICTS= zope-3*
|
|
|
|
USE_GNOME= pygnome2
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS= yes
|
|
USE_GETTEXT= yes
|
|
USE_DISPLAY= yes
|
|
|
|
.include <bsd.port.mk>
|