2003-08-09 14:51:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2003/08/09 12:51:01 recht Exp $
|
2003-05-09 18:33:38 +02:00
|
|
|
#
|
|
|
|
|
2003-08-09 14:51:01 +02:00
|
|
|
DISTNAME= pyorbit-1.99.6
|
2003-05-09 18:33:38 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/}
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyorbit/1.99/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2003-08-09 14:51:01 +02:00
|
|
|
MAINTAINER= recht@NetBSD.org
|
2003-05-09 18:33:38 +02:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= Python bindings for ORBit2
|
|
|
|
|
|
|
|
PY_PATCHPLIST= YES
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
USE_GMAKE= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/pyorbit-2.pc.in
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
|
|
|
|
|
|
|
|
PYTHON_VERSION_REQD= 22pth
|
|
|
|
BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
|
|
|
|
|
|
|
|
.include "../../net/ORBit2/buildlink2.mk"
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|