aboutsummaryrefslogtreecommitdiff
path: root/devel/py-orbit2/Makefile
blob: 3579416997cce8601c8e6bb7350df8ca2f794ea5 (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
# 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

LIB_DEPENDS=	ORBit.2:${PORTSDIR}/devel/ORBit

USE_GMAKE=	yes
USE_GLIB=	yes
GNU_CONFIGURE=	yes
USE_PYTHON=	yes

CFLAGS+=	-I${LOCALBASE}/include

.include <bsd.port.mk>