1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/py-orbit/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

29 lines
646 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
CATEGORIES= devel python
MASTER_SITES= http://orbit-python.sault.org/files/ \
${MASTER_SITE_SOURCEFORGE}
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
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= glib12
GNU_CONFIGURE= yes
USE_PYTHON= yes
.include <bsd.port.mk>