aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-kde/Makefile
blob: 57ba18e0f7087e974f9a372db6d1c78cdeef0f81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    PyKDE
# Date created:     Sun Oct 17 00:24:28 PDT 1999
# Whom:         adsharma@sharmas.dhs.org
#
# $FreeBSD$
#

PORTNAME=   py-kde
PORTVERSION=    0.12
CATEGORIES= x11-toolkits kde python
MASTER_SITES=   http://www.river-bank.demon.co.uk/software/
DISTNAME=   PyKDE-${PORTVERSION}

MAINTAINER= adsharma@sharmas.dhs.org

BUILD_DEPENDS=  ${LOCALBASE}/lib/python1.5/qt.py:${PORTSDIR}/x11-toolkits/py-qt

USE_LIBTOOL=    yes
USE_QT=     yes
USE_GMAKE=  yes
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt

.include <bsd.port.mk>