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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2000-09-16 07:18:46 +02:00
|
|
|
CATEGORIES= devel python
|
2009-09-02 17:01:56 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}
|
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>
|