freebsd-ports/devel/kdebindings4-python/Makefile
Martin Wilke bb734e4711 Presenting KDE 4.3.5 for FreeBSD. The official release notes for this
release can be found at http://kde.org/announcements/announce-4.3.5.php.

KDE 4.3.5, the last bugfix release in 4.3.x series. We'd like to say
thanks to all helpers and submitters.
2010-02-06 21:52:30 +00:00

38 lines
875 B
Makefile

# 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
do-install:
${DO_NADA}
.include <bsd.port.post.mk>