summaryrefslogtreecommitdiffstats
path: root/devel/py-orbit2/Makefile
blob: 93464f5d20edc85c0fecbaad63e700e12a4ba642 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    py-orbit2
# Date created:             04 March 2003
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/devel/py-orbit2/Makefile,v 1.8 2006/03/12 23:37:44 marcus Exp $

PORTNAME=   orbit
PORTVERSION=    2.14.0
CATEGORIES= devel python
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/pyorbit/${PORTVERSION:R}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   pyorbit-${PORTVERSION}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Python bindings for ORBit2

CONFLICTS=  py*-omniorb-[0-9]*

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack orbit2
USE_PYTHON= yes
GNU_CONFIGURE=  yes
ORBIT_CONFIG=   ${LOCALBASE}/bin/orbit2-config

.include <bsd.port.mk>