23e091863e
and/or fails to build; and/or the maintainer has recommended that the ports are obsolete and should be deleted. In each of these cases, the port has been in trouble for quite some time. The deprecation date is set for April 09, 2004, except for a very few ports that are in really bad shape (or the maintainer has recommended deletion), in which case they are set for March 09, 2004. If anyone wants to keep these ports in the ports collection, now is the time to step up and fix them. PR: ports/62575 No objection: freebsd-ports, 10 days
30 lines
751 B
Makefile
30 lines
751 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.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= # no longer available from original mastersite since December 2002
|
|
MASTER_SITE_SUBDIR= orbit-python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= orbit-python-${PORTVERSION}
|
|
|
|
MAINTAINER= wjv@FreeBSD.org
|
|
COMMENT= Python bindings for ORBit, a CORBA 2.2-compliant ORB
|
|
DEPRECATED= "fails to fetch\; use py-orbit2 instead"
|
|
EXPIRATION_DATE= "April 09, 2004"
|
|
|
|
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
|
|
|
|
NO_LATEST_LINK= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= glib12
|
|
GNU_CONFIGURE= yes
|
|
USE_PYTHON= yes
|
|
|
|
.include <bsd.port.mk>
|