aboutsummaryrefslogtreecommitdiff
path: root/devel/py-orbit2/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /devel/py-orbit2/Makefile
parentcee16c481f7e9a7dc5b8ecea4ccfb04af8ba2ab0 (diff)
downloadports-release/4.4.0.tar.gz
ports-release/4.4.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Diffstat (limited to 'devel/py-orbit2/Makefile')
-rw-r--r--devel/py-orbit2/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile
deleted file mode 100644
index 82737bd9bcf5..000000000000
--- a/devel/py-orbit2/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: py-orbit
-# Date created: 4 April 2001
-# Whom: Johann Visagie <johann@egenetics.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= orbit
-PORTVERSION= 0.3.0
-CATEGORIES= devel python
-MASTER_SITES= ${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
-
-.include <bsd.port.mk>