blob: 495911466fa4a8e72e18b1ff34fcbe9d3602767a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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>
|