diff options
author | will <will@FreeBSD.org> | 2000-04-23 13:07:11 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-23 13:07:11 +0800 |
commit | c98fa6a2ef32f2bed51da97693e3605056cadb92 (patch) | |
tree | f14c53c7f0717ecb23b6efb20252d7ac410e7b75 /x11-toolkits/py-qt | |
parent | b64c4b33605d928162dc8ad92684ed97a8f686a9 (diff) | |
download | freebsd-ports-gnome-c98fa6a2ef32f2bed51da97693e3605056cadb92.tar.gz freebsd-ports-gnome-c98fa6a2ef32f2bed51da97693e3605056cadb92.tar.zst freebsd-ports-gnome-c98fa6a2ef32f2bed51da97693e3605056cadb92.zip |
Add py-qt, a package of python bindings for Qt. This has been moved from
the original x11-toolkits/pyqt.
PR: 17933
Submitted by: Arun Sharma <adsharm@sharmas.dhs.org>
Move suggested by: nectar
Diffstat (limited to 'x11-toolkits/py-qt')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/py-qt/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/py-qt/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/py-qt/pkg-descr | 2 | ||||
-rw-r--r-- | x11-toolkits/py-qt/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile new file mode 100644 index 000000000000..e1e1a4c90c74 --- /dev/null +++ b/x11-toolkits/py-qt/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: PyQt +# Version required: 0.9 +# Date created: Sun Oct 17 00:24:28 PDT 1999 +# Whom: adsharma@sharmas.dhs.org +# +# $FreeBSD$ + +PORTNAME= py-qt +PORTVERSION= 0.11.1 +CATEGORIES= x11-toolkits python +MASTER_SITES= http://www.river-bank.demon.co.uk/software/ +DISTNAME= PyQt-${PORTVERSION} + +MAINTAINER= adsharma@sharmas.dhs.org + +LIB_DEPENDS= sip.2:${PORTSDIR}/devel/sip + +USE_QT= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= LDFLAGS=-lgcc +CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt + +.include <bsd.port.mk> diff --git a/x11-toolkits/py-qt/distinfo b/x11-toolkits/py-qt/distinfo new file mode 100644 index 000000000000..1ecb4419df47 --- /dev/null +++ b/x11-toolkits/py-qt/distinfo @@ -0,0 +1 @@ +MD5 (PyQt-0.11.1.tar.gz) = c6b6ac3541c5d3b99e1e078b93047cce diff --git a/x11-toolkits/py-qt/pkg-comment b/x11-toolkits/py-qt/pkg-comment new file mode 100644 index 000000000000..cbb3bf8a7335 --- /dev/null +++ b/x11-toolkits/py-qt/pkg-comment @@ -0,0 +1 @@ +Python Bindings for Qt diff --git a/x11-toolkits/py-qt/pkg-descr b/x11-toolkits/py-qt/pkg-descr new file mode 100644 index 000000000000..45f88dfc904c --- /dev/null +++ b/x11-toolkits/py-qt/pkg-descr @@ -0,0 +1,2 @@ +Python Bindings for Qt +http://www.river-bank.demon.co.uk/software/ diff --git a/x11-toolkits/py-qt/pkg-plist b/x11-toolkits/py-qt/pkg-plist new file mode 100644 index 000000000000..66389e0ebdde --- /dev/null +++ b/x11-toolkits/py-qt/pkg-plist @@ -0,0 +1,5 @@ +lib/python1.5/lib-dynload/libqtcmodule-0.11.1.so +lib/python1.5/lib-dynload/libqtcmodule.so +lib/python1.5/qt.py +@exec /sbin/ldconfig -m %D/lib +@unexec /sbin/ldconfig -R |