freebsd-ports/devel/kdebindings4-python-krosspython/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

23 lines
500 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}
PORTREVISION= 1
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>