aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/kbear/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
committerrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
commitc945ab9477002608dac69f344be7d3f1f1b7d511 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /ftp/kbear/Makefile
parent16876857cc4291ce83cf938fde7ea3a988e9a904 (diff)
downloadfreebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.gz
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.zst
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.zip
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Diffstat (limited to 'ftp/kbear/Makefile')
-rw-r--r--ftp/kbear/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/ftp/kbear/Makefile b/ftp/kbear/Makefile
deleted file mode 100644
index 2283220bac70..000000000000
--- a/ftp/kbear/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Tilman Linneweh <arved@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= kbear
-PORTVERSION= 3.0.a.1
-PORTREVISION= 12
-CATEGORIES= ftp kde
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.0alpha1
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a.1/alpha1b/}-1.src
-
-PATCH_SITES= http://www.brueffer.de/distfiles/
-PATCHFILES= ${DISTNAME:S/.src/-patch/}.gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Graphical FTP client for KDE
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.a.1/alpha1b/}
-
-USE_LDCONFIG= yes
-USE_KDELIBS_VER=3
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
-LDFLAGS+= ${PTHREAD_LIBS}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>