2001-04-04 17:13:28 +02:00
|
|
|
# New ports collection makefile for: py-orbit
|
|
|
|
# Date created: 4 April 2001
|
|
|
|
# Whom: Johann Visagie <johann@egenetics.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= orbit
|
2001-11-15 11:00:25 +01:00
|
|
|
PORTVERSION= 0.3.1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-04 17:13:28 +02:00
|
|
|
CATEGORIES= devel python
|
2003-12-18 07:01:35 +01:00
|
|
|
MASTER_SITES= # no longer available from original mastersite since December 2002
|
2001-04-04 17:13:28 +02:00
|
|
|
MASTER_SITE_SUBDIR= orbit-python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= orbit-python-${PORTVERSION}
|
|
|
|
|
2001-06-27 12:15:01 +02:00
|
|
|
MAINTAINER= wjv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Python bindings for ORBit, a CORBA 2.2-compliant ORB
|
2004-02-17 11:30:34 +01:00
|
|
|
DEPRECATED= "fails to fetch\; use py-orbit2 instead"
|
|
|
|
EXPIRATION_DATE= "April 09, 2004"
|
2001-04-04 17:13:28 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
|
|
|
|
|
2004-01-29 13:16:39 +01:00
|
|
|
NO_LATEST_LINK= yes
|
2001-04-04 17:13:28 +02:00
|
|
|
USE_GMAKE= yes
|
2002-07-15 19:21:56 +02:00
|
|
|
USE_GNOME= glib12
|
2001-04-04 17:13:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|