aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-kde/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-04-19 02:30:02 +0000
committerWill Andrews <will@FreeBSD.org>2002-04-19 02:30:02 +0000
commite05ed36727813c752300995435b0dc1aee51ecc3 (patch)
treed926f0f9b039ccf866d06988fbb956f5373cb5b9 /x11-toolkits/py-kde/Makefile
parenta9115fa27e6e7ffe5911b46d8498cdc5eff851fc (diff)
downloadports-e05ed36727813c752300995435b0dc1aee51ecc3.tar.gz
ports-e05ed36727813c752300995435b0dc1aee51ecc3.zip
Notes
Diffstat (limited to 'x11-toolkits/py-kde/Makefile')
-rw-r--r--x11-toolkits/py-kde/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-toolkits/py-kde/Makefile b/x11-toolkits/py-kde/Makefile
deleted file mode 100644
index ea33d7ab558c..000000000000
--- a/x11-toolkits/py-kde/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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_KDELIBS_VER=1
-USE_GMAKE= yes
-CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt
-
-.include <bsd.port.mk>