d3d84dd449
- Release notes: - many new features - improved stability - improved memory usage - all known leaks fixed - improved compliance with Python mapping specification - CORBA exceptions overhauled - object references implemented as class instances - works better with GNOME IDLs - etc.
25 lines
522 B
Makefile
25 lines
522 B
Makefile
# New ports collection makefile for: py-orbit
|
|
# Date created: 4 April 2001
|
|
# Whom: Johann Visagie <johann@egenetics.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= orbit
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= orbit-python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= orbit-python-${PORTVERSION}
|
|
|
|
MAINTAINER= wjv@FreeBSD.org
|
|
|
|
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
|
|
|
|
USE_GMAKE= yes
|
|
USE_GLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_PYTHON= yes
|
|
|
|
.include <bsd.port.mk>
|