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$
|
|
|
|
|
|
|
|
PORTNAME= orbit
|
2003-08-25 00:42:20 +02:00
|
|
|
PORTVERSION= 1.99.7
|
2001-04-04 17:13:28 +02:00
|
|
|
CATEGORIES= devel python
|
2003-03-06 00:19:58 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/pyorbit/1.99
|
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
|
|
|
|
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
|
2003-03-06 00:19:58 +01:00
|
|
|
USE_LIBTOOL= yes
|
2001-04-04 17:13:28 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|