30 lines
808 B
Makefile
30 lines
808 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/11/12 01:31:51 salo Exp $
|
|
#
|
|
|
|
DISTNAME= pyorbit-2.0.0
|
|
PKGREVISION= 1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/}
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyorbit/2.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
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_VERSIONS_ACCEPTED= 23pth 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"
|