blob: ea8e8cfbdcba36b25834d7a712c74752a9d68188 (
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
|
# New ports collection makefile for: kftpgrabber
# Date created: Thu Aug 19 00:35:34 CEST 2004
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= kftpgrabber
PORTVERSION= 0.4.0
CATEGORIES= ftp kde
MASTER_SITES= http://kftpgrabber.sourceforge.net/releases/
PATCH_SITES= http://www.brueffer.de/distfiles/
PATCHFILES= ${DISTNAME}-patch.gz
MAINTAINER= markus@FreeBSD.org
COMMENT= Graphical ftp client for KDE
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.post.mk>
|