freebsd-ports/devel/kdebindings4-python-krosspython/Makefile
Martin Wilke 84daec6f09 The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.

We'd like to say thanks to all helpers and submitters.

Tested by:	pointyhat-exp-run (pav/miwi)
2009-08-04 21:14:07 +00:00

22 lines
484 B
Makefile

# New ports collection makefile for: kdebindings4-python-krosspython
# Date created: 2009-02-13
# Whom: Max Brazhnikov <makc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kdebindings
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= devel kde python
MAINTAINER= kde@FreeBSD.org
COMMENT= Kross Python scripting library
BINDLANG= python
BINDMODULE= krosspython
USE_PYTHON= 2.5+
QT_COMPONENTS= gui
.include "${.CURDIR}/../../devel/kdebindings4/files/Makefile.kdebindings"
.include <bsd.port.mk>