2000-09-16 07:18:46 +02:00
|
|
|
# New ports collection makefile for: fnorb
|
|
|
|
# Date created: 12 Septermber 2000
|
|
|
|
# Whom: Johann Visagie <johann@egenetics.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-06-09 13:15:12 +02:00
|
|
|
PORTNAME= Fnorb
|
|
|
|
PORTVERSION= 1.3
|
2000-09-16 07:18:46 +02:00
|
|
|
CATEGORIES= devel python
|
2005-06-13 17:58:36 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= fnorb
|
2000-09-16 07:18:46 +02:00
|
|
|
|
2004-11-20 09:09:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A CORBA 2.0 ORB written in Python
|
2000-09-16 07:18:46 +02:00
|
|
|
|
2001-09-04 16:20:31 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
|
|
|
|
2000-09-16 07:18:46 +02:00
|
|
|
USE_PYTHON= yes
|
2005-06-09 13:15:12 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2000-09-16 07:18:46 +02:00
|
|
|
|
2005-06-09 13:15:12 +02:00
|
|
|
.include <bsd.port.mk>
|