aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 28 deletions
diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile
deleted file mode 100644
index 3579416997cc..000000000000
--- a/devel/py-orbit2/Makefile
+++ /dev/null
@@ -1,28 +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.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>