summaryrefslogtreecommitdiffstats
path: root/devel/py-orbit2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-orbit2/Makefile')
-rw-r--r--devel/py-orbit2/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile
new file mode 100644
index 000000000..9bfbe6f0d
--- /dev/null
+++ b/devel/py-orbit2/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: py-orbit2
+# Date created: 04 March 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/py-orbit2/Makefile,v 1.22 2004/08/25 18:38:39 marcus Exp $
+
+PORTNAME= orbit
+PORTVERSION= 2.0.1
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/pyorbit/2.0
+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
+USE_LIBTOOL_VER=15
+ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config
+
+.include <bsd.port.mk>