Lines 6-27
Link Here
|
6 |
|
6 |
|
7 |
PORTNAME= qt |
7 |
PORTNAME= qt |
8 |
PORTVERSION= 3.17 |
8 |
PORTVERSION= 3.17 |
|
|
9 |
PORTREVISION= 1 |
9 |
CATEGORIES= x11-toolkits python |
10 |
CATEGORIES= x11-toolkits python |
10 |
MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/ \ |
11 |
MASTER_SITES= http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3/ \ |
11 |
http://freebsd.ricin.com/ports/distfiles/ |
12 |
http://freebsd.ricin.com/ports/distfiles/ |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
13 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
13 |
DISTNAME= PyQt-x11-gpl-${PORTVERSION} |
14 |
DISTNAME= PyQt-x11-gpl-3-snapshot-20070220 |
14 |
|
15 |
|
15 |
MAINTAINER= danny@ricin.com |
16 |
MAINTAINER= danny@ricin.com |
16 |
COMMENT= Python bindings for the Qt toolkit |
17 |
COMMENT= Python bindings for the Qt toolkit |
17 |
|
18 |
|
18 |
LIB_DEPENDS= qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla |
19 |
LIB_DEPENDS= qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla |
19 |
RUN_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip |
20 |
BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip \ |
20 |
BUILD_DEPENDS= ${RUN_DEPENDS} \ |
|
|
21 |
qmake:${PORTSDIR}/devel/qmake |
21 |
qmake:${PORTSDIR}/devel/qmake |
22 |
|
22 |
|
23 |
USE_QT_VER= 3 |
23 |
USE_QT_VER= 3 |
24 |
USE_PYTHON= yes |
24 |
USE_PYTHON= 2.3+ |
25 |
|
25 |
|
26 |
OPTIONS= DEBUG "Enable debugging symbols" off \ |
26 |
OPTIONS= DEBUG "Enable debugging symbols" off \ |
27 |
DOCS "Install documentation" on \ |
27 |
DOCS "Install documentation" on \ |