Changes since 0.4.9: * OAF instead of gnorba, thanks to Christophe Fergeau <teuf@users.sourceforge.net> * Added support for HTTPS protocol since wget supports it but you need to upgrade wget to 1.7 * New icons thanks to Paolo Bacchilega <paolo.bacch@tin.it> * Proxy settings are better looking now * Timeout value for wget is configurable now * Added new pref to run a shell command when all downloads completed (in other words, when gtm has done all it can do without user intervention). * Fixed bugs: - Crash when the config file was corrupted thanks to João Alves Marques Carneiro <ee96090@fe.up.pt> - Check that target dir exists and is writable - Do not overwrite an existing file without asking the user if he wants a override or a resume - Fixed some problems in the spec file, thanks to Alex Converse
22 lines
504 B
Makefile
22 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.10 2001/10/05 21:34:33 magick Exp $
|
|
|
|
DISTNAME= gtm-0.4.10
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/}
|
|
|
|
MAINTAINER= magick@zhadum.de
|
|
HOMEPAGE= http://gtm.sourceforge.net/
|
|
COMMENT= Gnome Transfer Manager
|
|
|
|
DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core
|
|
DEPENDS+= wget-[0-9]*:../../net/wget
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11BASE= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBINTL= YES
|
|
|
|
post-install:
|
|
${RMDIR} ${PREFIX}/share/gnome/help/gtm/C/images
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|