blob: 23da50c88ae69c090e270969f669e62e89fddc77 (
plain)
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
|
# $NetBSD: Makefile,v 1.18 2010/11/15 22:58:13 abs Exp $
#
VERSION= 3.3.4.1
DISTNAME= FileZilla_${VERSION}_src
PKGNAME= filezilla-${VERSION}
PKGREVISION= 1
CATEGORIES= net x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://filezilla-project.org/
COMMENT= FTP, FTPS and SFTP client with intuitive GUI
LICENSE= gnu-gpl-v2
DEPENDS+= gnutls>=2.8.3:../../security/gnutls
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config msgfmt msgmerge
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CONFIGURE_ARGS+= --disable-autoupdatecheck
CONFIGURE_ARGS+= --with-tinyxml=builtin
.include "options.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/gnutls/libgnutls-config.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|