ec993afa1a
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
29 lines
778 B
Makefile
29 lines
778 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/02/14 17:21:46 jlam 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_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
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"
|