summaryrefslogtreecommitdiff
path: root/net/kdenetwork/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 /net/kdenetwork/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 'net/kdenetwork/Makefile')
-rw-r--r--net/kdenetwork/Makefile57
1 files changed, 0 insertions, 57 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
deleted file mode 100644
index f62d5652d24..00000000000
--- a/net/kdenetwork/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# $NetBSD: Makefile,v 1.68 2003/12/29 02:02:38 kristerw Exp $
-# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
-#
-
-DISTNAME= kdenetwork-1.1.2
-PKGREVISION= 3
-CATEGORIES= net kde
-MASTER_SITES= ${MASTER_SITE_LOCAL}/kde1
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.kde.org/
-COMMENT= Network modules for the KDE integrated X11 desktop
-
-DEPENDS= gdbm>=1.8.3:../../databases/gdbm
-DEPENDS+= uulib>=0.5.13:../../converters/uulib
-DEPENDS+= kdesupport-1.1.2:../../converters/kdesupport
-DEPENDS+= kdebase-1.1.2nb4:../../x11/kdebase
-
-USE_X11BASE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig
-GNU_CONFIGURE= yes
-EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase
-CONFIGURE_ARGS= "--datadir=${KDEBASEDIR}/share/kde" \
- "--with-qt-dir=${QT1DIR}/qt1"
-CONFIGURE_ENV= KDEDIR=${KDEBASEDIR} \
- 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 "../../mk/bsd.prefs.mk"
-
-.if !empty(CC_VERSION:Megcs*)
-PLIST_SRC= ${PKGDIR}/PLIST.egcs
-.else
-PLIST_SRC= ${PKGDIR}/PLIST.gcc
-.endif
-
-.if ${OPSYS} == "SunOS"
-PLIST_SRC= ${PKGDIR}/PLIST-SunOS
-CPPFLAGS= -I${LOCALBASE}/include
-CFLAGS= -I${LOCALBASE}/include
-.elif ${OPSYS} == "NetBSD"
-CPPFLAGS+= -I${LOCALBASE}/include
-CFLAGS+= -I${LOCALBASE}/include
-.endif
-
-post-install:
-.if empty(CC_VERSION:Megcs*)
- @${FIND} ${KDEBASEDIR}/share/kde/locale -name ksirc.mo | ${XARGS} ${RM}
-.endif
-
-.include "../../mk/bsd.pkg.mk"