diff options
author | krion <krion@FreeBSD.org> | 2003-12-26 22:31:06 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-26 22:31:06 +0000 |
commit | e1eda298c041d98660d5dfd1913cdafceb13fee7 (patch) | |
tree | ddacc6cc28b472cf4e01fbda0845fade5e65b0c9 /devel/py-sip | |
parent | 7a354f0986da85d9c2786f30df04d942b5ef76b6 (diff) | |
download | FreeBSD-ports-e1eda298c041d98660d5dfd1913cdafceb13fee7.zip FreeBSD-ports-e1eda298c041d98660d5dfd1913cdafceb13fee7.tar.gz |
- Update to version 4.0.r1
- It doesn't depend on devel/sip anymore
- devel/sip is no longer needed and will be removed
after x11-toolkits/py-qt update
PR: 60594
Submitted by: Eugene Ossintsev <eugos@gmx.net> (maintainer)
Diffstat (limited to 'devel/py-sip')
-rw-r--r-- | devel/py-sip/Makefile | 18 | ||||
-rw-r--r-- | devel/py-sip/distinfo | 1 | ||||
-rw-r--r-- | devel/py-sip/pkg-descr | 4 | ||||
-rw-r--r-- | devel/py-sip/pkg-plist | 5 |
4 files changed, 18 insertions, 10 deletions
diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile index ef58bfb..785b4bc 100644 --- a/devel/py-sip/Makefile +++ b/devel/py-sip/Makefile @@ -5,20 +5,22 @@ # $FreeBSD$ PORTNAME= sip -PORTVERSION= 3.8 +PORTVERSION= 4.0.r1 CATEGORIES= devel python +MASTER_SITES= http://www.river-bank.demon.co.uk/download/sip/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= eugos@gmx.net -COMMENT= Python convenience link to sip library - -LIB_DEPENDS= sip.10:${PORTSDIR}/devel/sip +COMMENT= Python to C and C++ bindings generator USE_PYTHON= yes -NO_BUILD= yes +USE_QT_VER= 3 -do-install: - ${LN} -s ${LOCALBASE}/lib/libsip.so ${PYTHONPREFIX_SITELIBDIR}/libsip.so +do-configure: + @(cd ${WRKSRC} && ${SETENV} QTDIR=${X11BASE} \ + QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ + ${PYTHON_CMD} configure.py -b ${PREFIX}/bin \ + -d ${PYTHONPREFIX_SITELIBDIR} -v ${PREFIX}/share/sip) .include <bsd.port.mk> diff --git a/devel/py-sip/distinfo b/devel/py-sip/distinfo new file mode 100644 index 0000000..366b8c6 --- /dev/null +++ b/devel/py-sip/distinfo @@ -0,0 +1 @@ +MD5 (sip-4.0rc1.tar.gz) = 63a3c4fa9f1e6eecdc2ed50570658d70 diff --git a/devel/py-sip/pkg-descr b/devel/py-sip/pkg-descr index 1bbe1cf..6b7839a 100644 --- a/devel/py-sip/pkg-descr +++ b/devel/py-sip/pkg-descr @@ -1 +1,3 @@ -Python convenience link to sip library +SIP is a tool for generating Python bindings for C and C++ libraries. + +WWW: http://www.riverbankcomputing.co.uk/sip/ diff --git a/devel/py-sip/pkg-plist b/devel/py-sip/pkg-plist index 5513ef0..41a841d 100644 --- a/devel/py-sip/pkg-plist +++ b/devel/py-sip/pkg-plist @@ -1 +1,4 @@ -%%PYTHON_SITELIBDIR%%/libsip.so +bin/sip +%%PYTHON_INCLUDEDIR%%/sip.h +%%PYTHON_SITELIBDIR%%/sip.so +%%PYTHON_SITELIBDIR%%/sipconfig.py |