freebsd-ports/devel/fnorb/Makefile
Sergey Matveychuk 4047b4e7ce - Wrong subdir name for fetching fixed
Reported by:	kris via pointyhat
2005-06-13 15:58:36 +00:00

22 lines
503 B
Makefile

# New ports collection makefile for: fnorb
# Date created: 12 Septermber 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
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
USE_PYDISTUTILS= yes
.include <bsd.port.mk>