pkgsrc/devel/eric3/Makefile
drochner a6c45c3900 update to 3.6.2
changes:
-update for new PyQt/scintilla versions
-previewer for translation files
-new and extended version of the coverage analysis module
-previewer for UI files
-capability to set the environment for the program to be debugged
-more UI improvements
-updated translations
-bugfixes
2005-02-24 20:27:51 +00:00

29 lines
749 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/02/24 20:27:51 drochner Exp $
#
DISTNAME= eric-3.6.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eric-ide/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.die-offenbachs.de/detlev/eric3.html
COMMENT= Python IDE
DEPENDS= ${PYPKGPREFIX}-qt3-modules>=3.11:../../x11/py-qt3-modules
DEPENDS+= ${PYPKGPREFIX}-qt3-qscintilla>=3.11:../../x11/py-qt3-qscintilla
USE_BUILDLINK3= yes
NO_BUILD= yes
USE_LANGUAGES=
PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 24 23 22
CONFIGURE_ARGS= -b ${PREFIX}/bin -d ${PREFIX}/${PYSITELIB}
do-install:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} install.py ${CONFIGURE_ARGS})
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"