mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fee938ffe4
PR: 56396 Submitted by: Jeremy Messenger <mezz7@cox.net>
26 lines
556 B
Makefile
26 lines
556 B
Makefile
# New ports collection makefile for: py-orbit2
|
|
# Date created: 04 March 2003
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orbit
|
|
PORTVERSION= 2.0.0
|
|
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
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack orbit2
|
|
USE_PYTHON= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include <bsd.port.mk>
|