2003-03-06 00:19:58 +01:00
|
|
|
# New ports collection makefile for: py-orbit2
|
|
|
|
# Date created: 04 March 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2001-04-04 17:13:28 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/devel/py-orbit/Makefile,v 1.1 2008/09/23 20:08:04 mezz Exp $
|
|
|
|
#
|
2001-04-04 17:13:28 +02:00
|
|
|
|
|
|
|
PORTNAME= orbit
|
2009-01-10 06:22:13 +01:00
|
|
|
PORTVERSION= 2.24.0
|
2001-04-04 17:13:28 +02:00
|
|
|
CATEGORIES= devel python
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2006-04-30 02:47:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/pyorbit/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2001-04-04 17:13:28 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2003-03-06 00:19:58 +01:00
|
|
|
DISTNAME= pyorbit-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= gnome2
|
2001-04-04 17:13:28 +02:00
|
|
|
|
2003-03-06 00:19:58 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Python bindings for ORBit2
|
2001-04-04 17:13:28 +02:00
|
|
|
|
2004-08-25 20:38:39 +02:00
|
|
|
CONFLICTS= py*-omniorb-[0-9]*
|
2003-12-24 17:34:45 +01:00
|
|
|
|
2003-03-06 00:19:58 +01:00
|
|
|
USE_BZIP2= yes
|
2001-04-04 17:13:28 +02:00
|
|
|
USE_GMAKE= yes
|
2003-04-22 06:46:36 +02:00
|
|
|
USE_GNOME= gnomehack orbit2
|
2001-04-04 17:13:28 +02:00
|
|
|
USE_PYTHON= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-08-25 20:38:39 +02:00
|
|
|
ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config
|
2007-02-25 19:29:16 +01:00
|
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
2001-04-04 17:13:28 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|