2018-07-03 07:03:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:29 adam Exp $
|
2010-09-02 17:08:10 +02:00
|
|
|
|
2011-04-21 18:35:27 +02:00
|
|
|
DISTNAME= omniORBpy-3.5
|
2010-09-02 17:08:10 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2012-10-04 02:21:58 +02:00
|
|
|
PKGREVISION= 1
|
2010-09-02 17:08:10 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omniorb/}
|
2011-04-21 18:35:27 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2010-09-02 17:08:10 +02:00
|
|
|
|
2017-04-19 13:24:36 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2010-09-02 17:08:10 +02:00
|
|
|
HOMEPAGE= http://omniorb.sourceforge.net/
|
|
|
|
COMMENT= Python interface to omniORB
|
|
|
|
|
|
|
|
PLIST_SUBST+= PYINC=${PYINC} PYSITELIB=${PYSITELIB}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
USE_LANGUAGES+= c c++
|
|
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
|
2012-10-04 01:40:35 +02:00
|
|
|
PYTHON_SELF_CONFLICT= yes
|
2018-07-03 07:03:01 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # omniORB
|
2012-10-04 01:40:35 +02:00
|
|
|
|
2010-09-02 17:08:10 +02:00
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../net/omniORB/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|