mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
90ba361d69
bindings for ORBit2.
29 lines
617 B
Makefile
29 lines
617 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= 1.99.3
|
|
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
|
|
|
|
LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gnomehack
|
|
USE_PYTHON= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include <bsd.port.mk>
|