freebsd-ports/devel/kdebindings4-python-pykdeuic4/Makefile
Raphael Kubo da Costa 7f1a46ec8c The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.

The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.

Approved by:	avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 02:59:40 +00:00

35 lines
949 B
Makefile

# New ports collection makefile for: kdebindings4-python-pykdeuic4
# Date created: 2010-05-30
# Whom: Max Brazhnikov <makc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pykdeuic4
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= devel kde python
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}kdebindings-
DISTNAME= pykde4-${PORTVERSION}
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= An enhanced version of pyuic4
USE_KDE4= kdelibs automoc4 pykde4
USE_PYTHON= 2.5+
USE_QT_VER= 4
QT_COMPONENTS= corelib qmake_build moc_build uic_build rcc_build
USE_BZIP2= yes
DISTINFO_FILE= ${PORTSDIR}/devel/kdebindings4-python-pykde4/distinfo
USE_CMAKE= yes
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME}
pre-configure:
${REINPLACE_CMD} -e 's,$${PYTHON_SITE_PACKAGES_INSTALL_DIR},${PYTHONPREFIX_SITELIBDIR},g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>