freebsd-ports/devel/fnorb/Makefile

23 lines
503 B
Makefile
Raw Normal View History

# 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
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= fnorb
MAINTAINER= ports@FreeBSD.org
COMMENT= A CORBA 2.0 ORB written in Python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
2005-06-09 13:15:12 +02:00
USE_PYDISTUTILS= yes
2005-06-09 13:15:12 +02:00
.include <bsd.port.mk>