freebsd-ports/ftp/kwebget/Makefile
Bernhard Froehlich f0e7d21442 - Mark DEPRECATED and set EXPIRATION_DATE to 2010-11-01
PR:		ports/149858
Submitted by:	Simon Olofsson <simon at olofsson dot de>
Approved by:	beat (co-mentor)
2010-08-23 11:17:17 +00:00

37 lines
813 B
Makefile

# New ports collection makefile for: kwebget
# Date created: 21 September 2001
# Whom: David <ddavid_3@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= kwebget
PORTVERSION= 0.8.1
PORTREVISION= 7
CATEGORIES= ftp kde
MASTER_SITES= http://www.kpage.de/download/
DIST_SUBDIR= KDE
MAINTAINER= ports@FreeBSD.org
COMMENT= A KDE frontend to wget
RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
DEPRECATED= Development has ceased.
EXPIRATION_DATE= 2010-11-01
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:22
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g ; \
s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e \
's|$$(LIBSOCKET)$$|$$(LIBSOCKET) $$(LIBPTHREAD)|g' \
${WRKSRC}/kwebget/Makefile.in
.include <bsd.port.mk>