freebsd-ports/devel/py-orbit2/Makefile

26 lines
558 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-orbit2
# Date created: 04 March 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= orbit
2003-08-25 00:42:20 +02:00
PORTVERSION= 1.99.7
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/pyorbit/1.99
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyorbit-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Python bindings for ORBit2
USE_BZIP2= yes
USE_GMAKE= yes
2003-04-22 06:46:36 +02:00
USE_GNOME= gnomehack orbit2
USE_PYTHON= yes
USE_LIBTOOL= yes
.include <bsd.port.mk>