freebsd-ports/devel/py-orbit2/Makefile
Johann Visagie a4d472cf5f - Recent changes to the ORBit port caused a build error, which highlighted a
deficiency in orbit-python's Makefile structure:  it's not sufficiently
  inclusive w.r.t actually using *_CFLAGS generated by various test programs
  called from its own configure script.  Added a patch to fix this.
- (It's also not very good about using generated *_LIBS, which may cause
  future problems.)
- No PORTREVISION bump; this is a build-time problem.

PR:		36278
Submitted by:	Christopher Farley <chris@northernbrewer.com>
2002-03-25 10:18:19 +00:00

27 lines
563 B
Makefile

# 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
.include <bsd.port.mk>