2006-10-31 20:05:50 +01:00
|
|
|
# New ports collection makefile for: filezilla
|
|
|
|
# Date created: 2006-10-24
|
|
|
|
# Whom: alepulver
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= filezilla
|
2007-09-29 08:17:39 +02:00
|
|
|
DISTVERSION= 3.0.1
|
2008-03-03 12:57:08 +01:00
|
|
|
PORTREVISION= 1
|
2006-10-31 20:05:50 +01:00
|
|
|
CATEGORIES= ftp
|
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= FileZilla_${DISTVERSION}_src
|
|
|
|
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
2007-09-29 08:17:39 +02:00
|
|
|
COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client
|
2006-10-31 20:05:50 +01:00
|
|
|
|
2008-03-03 12:57:08 +01:00
|
|
|
LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \
|
2007-01-10 22:21:29 +01:00
|
|
|
idn.16:${PORTSDIR}/dns/libidn
|
2006-10-31 20:05:50 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
2007-01-10 22:21:29 +01:00
|
|
|
USE_WX= 2.8
|
2006-10-31 20:05:50 +01:00
|
|
|
WX_CONF_ARGS= relative
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
|
|
|
|
|
|
|
post-patch:
|
2007-09-29 08:17:39 +02:00
|
|
|
@${REINPLACE_CMD} -Ee 's|(dummy) wxrc|\1 ${WXRC_CMD:T}|' \
|
2006-10-31 20:05:50 +01:00
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
2008-02-09 22:24:54 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 800000 && ${ARCH} == i386
|
|
|
|
BROKEN= Does not compile
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|