aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/filezilla/Makefile
blob: 59343d3f8987877cb50206db47ea5d4788393969 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:    filezilla
# Date created:             2006-10-24
# Whom:                 alepulver
#
# $FreeBSD$
#

PORTNAME=   filezilla
PORTVERSION=    3.2.6.1
PORTREVISION=   2
CATEGORIES= ftp
MASTER_SITES=   SF
DISTNAME=   FileZilla_${PORTVERSION}_src

MAINTAINER= jsa@wickedmachine.net
COMMENT=    Fast and reliable cross-platform FTP, FTPS and SFTP client

LIB_DEPENDS=    gnutls.40:${PORTSDIR}/security/gnutls \
        idn.16:${PORTSDIR}/dns/libidn

INSTALLS_ICONS= yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_WX=     2.8
WX_CONF_ARGS=   relative
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

MAN1=       filezilla.1 fzputtygen.1 fzsftp.1
MAN5=       fzdefaults.xml.5

OPTIONS=    DBUS    "Enable D-BUS intergration" On \
        NLS "Native Language Support"   On

.if !defined(WITHOUT_DBUS)
LIB_DEPENDS+=   dbus-1.3:${PORTSDIR}/devel/dbus
CONFIGURE_ARGS+=    --with-dbus
.else
CONFIGURE_ARGS+=    --without-dbus
.endif

.if !defined(WITHOUT_NLS)
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=    --disable-locales
PLIST_SUB+= NLS="@comment "
.endif

post-patch:
    @${REINPLACE_CMD} -Ee 's|(dummy) wxrc|\1 ${WXRC_CMD:T}|' \
        ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>