mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
93872f18cc
tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
37 lines
800 B
Makefile
37 lines
800 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
|
|
CATEGORIES= ftp kde
|
|
MASTER_SITES= http://www.kpage.de/download/
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= erich@tacni.net
|
|
COMMENT= A KDE frontend to wget
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
|
|
|
|
USE_KDELIBS_VER= 3
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
CONFIGURE_TARGET= # empty
|
|
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
.endif
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/kwebget/Makefile.in
|
|
|
|
.include <bsd.port.post.mk>
|