freebsd-ports/ftp/kbear/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

34 lines
838 B
Makefile

# 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>