--- Module Name: pkgsrc Committed By: sbd Date: Tue Feb 21 21:05:04 UTC 2012 Modified Files: pkgsrc/net/py-omniORBpy: Makefile Log Message: Mark as PYTHON_VERSIONS_INCOMPATIBLE with the pkgsrc default python version as the python bindings for the defalut version are built into the omniORB package. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-omniORBpy/Makefile
23 lines
617 B
Makefile
23 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/02/26 08:28:34 sbd Exp $
|
|
|
|
DISTNAME= omniORBpy-3.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omniorb/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
|
HOMEPAGE= http://omniorb.sourceforge.net/
|
|
COMMENT= Python interface to omniORB
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PLIST_SUBST+= PYINC=${PYINC} PYSITELIB=${PYSITELIB}
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES+= c c++
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../net/omniORB/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|