pkgsrc-wip/eric4/Makefile
Blue Rats 0055c86a1c MASTER_SITES -> MASTER_SITE_SOURCEFORGE; part 1/4. Let me know if this
breaks anything. Minor formatting and fixes in some files.
2012-11-12 15:59:46 +00:00

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2012/11/12 15:59:48 othyro Exp $
#
VERS= 4.5.0
DISTNAME= eric4-${VERS}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eric-ide/}
MAINTAINER= helgoman@users.sourceforge.net
HOMEPAGE= http://eric-ide.python-projects.org/index.html
COMMENT= Python - IDE
LICENSE= gnu-gpl-v3
NO_BUILD= yes
PY_PATCHPLIST= yes
CONFIGURE_ARGS+= -b ${PREFIX}/bin
CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB}
CONFIGURE_ARGS+= -a ${PREFIX}/qt4/qsci/api
.include "../../mk/bsd.prefs.mk"
.if defined(DESTDIR) && !empty(DESTDIR)
CONFIGURE_ARGS+= -i ${DESTDIR}
.endif
do-install:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} install.py ${CONFIGURE_ARGS})
.include "options.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-qt4/buildlink3.mk"
.include "../../x11/qt4-qscintilla/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../x11/py-qt4-qscintilla/buildlink3.mk"
BUILDLINK_API_DEPENDS.pyxml+= ${PYPKGPREFIX}-xml>=0.8.4nb3
.include "../../mk/bsd.pkg.mk"