2012-04-23 17:15:17 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2012/04/23 17:15:18 espie Exp $
|
2007-12-07 22:01:29 +00:00
|
|
|
|
|
|
|
COMMENT= fast FTP and SFTP GUI client with a lot of features
|
|
|
|
|
2012-01-19 15:41:13 +00:00
|
|
|
V= 3.5.3
|
2010-06-15 16:08:21 +00:00
|
|
|
PKGNAME= filezilla-$V
|
2007-12-07 22:01:29 +00:00
|
|
|
DISTNAME= FileZilla_$V_src
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2012-04-23 17:15:17 +00:00
|
|
|
REVISION = 0
|
2007-12-07 22:01:29 +00:00
|
|
|
|
2011-12-05 10:20:23 +00:00
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
|
2007-12-07 22:01:29 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
|
|
|
|
HOMEPAGE= http://www.filezilla-project.org/
|
|
|
|
|
2009-12-30 13:49:09 +00:00
|
|
|
# GPLv2
|
2007-12-07 22:01:29 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-04-15 16:10:37 +00:00
|
|
|
WANTLIB += c m pthread stdc++ tasn1 z gmp hogweed nettle
|
2011-12-05 10:20:23 +00:00
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
2010-06-15 16:08:21 +00:00
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
|
|
|
|
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
2010-10-11 08:11:24 +00:00
|
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
|
2010-06-15 16:08:21 +00:00
|
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
2010-12-30 20:02:30 +00:00
|
|
|
WANTLIB += png pthread-stubs xcb xcb-render xcb-shm
|
2010-11-22 10:16:08 +00:00
|
|
|
WANTLIB += idn gnutls>=13 dbus-1 wx_gtk2_aui wx_base_xml wx_gtk2_adv
|
2010-11-11 11:54:08 +00:00
|
|
|
WANTLIB += wx_gtk2_xrc wx_base_net wx_base wx_gtk2_core
|
2011-12-05 10:20:23 +00:00
|
|
|
WANTLIB += GL sqlite3 ffi p11-kit
|
2007-12-07 22:01:29 +00:00
|
|
|
|
2007-12-10 16:09:10 +00:00
|
|
|
MODULES= devel/gettext
|
2010-11-19 22:31:32 +00:00
|
|
|
LIB_DEPENDS= devel/libidn \
|
|
|
|
security/gnutls \
|
|
|
|
x11/dbus \
|
2012-04-23 17:15:17 +00:00
|
|
|
x11/wxWidgets>=2.8.6
|
2010-11-19 22:31:32 +00:00
|
|
|
|
2012-01-19 15:41:13 +00:00
|
|
|
BUILD_DEPENDS= devel/cppunit \
|
|
|
|
devel/xdg-utils
|
2010-11-19 22:31:32 +00:00
|
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
|
|
|
devel/xdg-utils
|
2007-12-07 22:01:29 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2007-12-07 22:01:29 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2009-12-30 13:49:09 +00:00
|
|
|
CONFIGURE_ARGS+=--with-dbus \
|
|
|
|
--with-tinyxml=builtin \
|
|
|
|
--disable-autoupdatecheck
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2010-06-30 14:58:58 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
GREP=/usr/bin/grep \
|
|
|
|
SED=/usr/bin/sed
|
2007-12-07 22:01:29 +00:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/filezilla-$V
|
|
|
|
|
|
|
|
do-regress:
|
2007-12-10 16:09:10 +00:00
|
|
|
@cd ${WRKBUILD}/tests && ${MAKE_PROGRAM} check-TESTS
|
2007-12-07 22:01:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|