diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-09 19:38:16 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-09 19:38:16 +0000 |
commit | c4efb99db9a863fc5634862ec14c82f8eeeae58f (patch) | |
tree | 93caf9fe09ed5fca76b36388a4fe15de2b67e9e3 /devel/kdebindings4-python | |
parent | b1df87c2ed3148118da4eb634135e84b097a5983 (diff) |
Notes
Diffstat (limited to 'devel/kdebindings4-python')
-rw-r--r-- | devel/kdebindings4-python/Makefile | 35 | ||||
-rw-r--r-- | devel/kdebindings4-python/pkg-descr | 3 |
2 files changed, 38 insertions, 0 deletions
diff --git a/devel/kdebindings4-python/Makefile b/devel/kdebindings4-python/Makefile new file mode 100644 index 000000000000..84af8681f5bf --- /dev/null +++ b/devel/kdebindings4-python/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: kdebindings4-python +# Date created: 2009-02-13 +# Whom: Max Brazhnikov <makc@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kdebindings +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= devel kde +MASTER_SITES= # empty +PKGNAMESUFFIX= -python +DISTFILES= # none + +MAINTAINER= kde@FreeBSD.org +COMMENT= Meta port of Python bindings for KDE + +USE_KDE4= kdeprefix +NO_BUILD= yes +NO_INSTALL= yes + +OPTIONS+= KROSSPYTHON "Kross Python scripting library" on +OPTIONS+= PYKDE4 "Kde bindings" on + +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_KROSSPYTHON) +RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/krosspython.so:${PORTSDIR}/devel/kdebindings4-python-krosspython +.endif + +.if !defined(WITHOUT_PYKDE4) +RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kpythonpluginfactory.so:${PORTSDIR}/devel/kdebindings4-python-pykde4 +.endif + +.include <bsd.port.post.mk> diff --git a/devel/kdebindings4-python/pkg-descr b/devel/kdebindings4-python/pkg-descr new file mode 100644 index 000000000000..51d7e121c875 --- /dev/null +++ b/devel/kdebindings4-python/pkg-descr @@ -0,0 +1,3 @@ +Python bindings for KDE. + +WWW: http://www.kde.org/ |