1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/py-orbit2/Makefile
Neil Blakey-Milner fcb10f2d3e Add py-orbit, python bindings for ORBit, a CORBA 2.2-compliant ORB.
PR:		26346
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-04-04 15:13:28 +00:00

26 lines
527 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.2.0
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= orbit-python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= orbit-python-${PORTVERSION}
MAINTAINER= johann@egenetics.com
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
USE_GMAKE= yes
USE_GLIB= yes
GNU_CONFIGURE= yes
USE_PYTHON= yes
.include <bsd.port.mk>