mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
967eaf5dc4
It is based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as everdays' quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. This is a port of eric4 (based on Qt4). WWW: http://www.die-offenbachs.de/detlev/eric.html
27 lines
820 B
Makefile
27 lines
820 B
Makefile
# New ports collection makefile for: devel/eric4
|
|
# Date created: 21 Apr 2007
|
|
# Whom: Boris Samorodov <bsam@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= devel python
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \
|
|
${PYTHON_SITELIBDIR}/PyQt4/Qsci.so:${PORTSDIR}/devel/py-qt4-qscintilla2
|
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network
|
|
|
|
INSTALL_CMD= install.py -c -f eric4config.freebsd
|
|
PLIST_FILES=
|
|
|
|
do-configure:
|
|
${SED} -e 's,PYTHON_SITELIBDIR,${PYTHON_SITELIBDIR},' \
|
|
-e 's,PREFIX,${PREFIX},' \
|
|
-e 's,DOCSDIR,${DOCSDIR},' \
|
|
-e 's,EXAMPLESDIR,${EXAMPLESDIR},' \
|
|
< ${FILESDIR}/config > ${WRKSRC}/eric4config.freebsd
|
|
|
|
.include "${.CURDIR}/../../devel/eric4/Makefile.inc"
|