summaryrefslogtreecommitdiff
path: root/time/kworldwatch/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-01-10 22:43:06 +0000
committerwiz <wiz@pkgsrc.org>2004-01-10 22:43:06 +0000
commit706212cc86eba649b448c84a548be34276d570f7 (patch)
tree68f4be71166953b08493cdfba5c42c28264396c2 /time/kworldwatch/Makefile
parent0d9d14d34816a94a0d0551d69241ef4b4b228313 (diff)
downloadpkgsrc-706212cc86eba649b448c84a548be34276d570f7.tar.gz
Remove KDE1 packages (and dependencies) from pkgsrc, since the KDE
authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003).
Diffstat (limited to 'time/kworldwatch/Makefile')
-rw-r--r--time/kworldwatch/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/time/kworldwatch/Makefile b/time/kworldwatch/Makefile
deleted file mode 100644
index 823f9c59b2c..00000000000
--- a/time/kworldwatch/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2004/01/03 18:49:54 reed Exp $
-#
-
-DISTNAME= kworldwatch-0.6
-PKGREVISION= 3
-CATEGORIES= x11 kde time
-MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/apps/utils/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= hubertf@NetBSD.org
-COMMENT= Revolving world map indicating the time in each part of the world
-
-BUILD_USES_MSGFMT= yes
-
-CONFLICTS+= kdetoys-[0-9]*
-
-USE_BUILDLINK2= YES
-USE_X11BASE= YES
-GNU_CONFIGURE= YES
-
-CONFIGURE_ARGS+=--datadir=${BUILDLINK_PREFIX.kdebase}/share/kde \
- --with-qt-dir=${QTDIR} \
- --with-qt-libraries='${QTDIR}/lib -L${LOCALBASE}/lib' \
- --enable-path-check
-CONFIGURE_ENV= KDEDIR=${BUILDLINK_PREFIX.kdebase} \
- CXXFLAGS="${CFLAGS}" \
- all_libraries="${KDE_LDFLAGS}"
-
-FIX_RPATH+= KDE_LDFLAGS
-KDE_LDFLAGS= -L${LOCALBASE}/lib -Wl,${RPATH_FLAG}${LOCALBASE}/lib -L${X11BASE}/lib -Wl,${RPATH_FLAG}${X11BASE}/lib
-
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../x11/kdebase/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"