summaryrefslogtreecommitdiffstats
path: root/devel/py-orbit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-orbit/Makefile')
-rw-r--r--devel/py-orbit/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile
new file mode 100644
index 000000000..1047a6a69
--- /dev/null
+++ b/devel/py-orbit/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: py-orbit2
+# Date created: 04 March 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= orbit
+PORTVERSION= 2.24.0
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/pyorbit/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+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
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>