freebsd-ports/x11-toolkits/py-kde/Makefile
FUJISHIMA Satsuki 7797e5c9df move MASTER_SITES to MASTER_SITE_LOCAL.
PR:		23185
Noticed by:	Donald J . Maddox <dmaddox@sc.rr.com>
Approved by:	maintainer
2001-01-22 17:13:36 +00:00

27 lines
674 B
Makefile

# 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= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sf
#MASTER_SITES= http://www.river-bank.demon.co.uk/software/
#There is new version of PyKDE but it is not yet KDE2 compliant.
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>