2004-01-26 01:02:12 +01:00
|
|
|
# New ports collection makefile for: eric
|
|
|
|
# Date created: 20 January 2004
|
|
|
|
# Whom: leafy <leafy@leafy.idv.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= eric
|
|
|
|
PORTVERSION= 3.3.1
|
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= http://www.die-offenbachs.de/detlev/files/
|
|
|
|
|
|
|
|
MAINTAINER= leafy@leafy.idv.tw
|
|
|
|
COMMENT= A Python IDE implemented using PyQt and QScintilla
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/libqscintilla.so:${PORTSDIR}/x11-toolkits/qscintilla\
|
|
|
|
${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip\
|
2004-01-30 00:39:25 +01:00
|
|
|
pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
2004-01-26 01:02:12 +01:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && ${PYTHON_CMD} install.py -b ${PREFIX}/bin/ \
|
2004-02-28 20:23:43 +01:00
|
|
|
-d ${PYTHONPREFIX_SITELIBDIR}
|
2004-01-26 01:02:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|