91cbeb6deb
* Translations updated and added new ones. * Make GTM work with galeon 2. Thanks to Philip Langdale for the patch. * GTM can now detach from wget and let it run in the background. Thanks to Robert Millan for the patch. * MIME support to open downloaded files. Thanks to Mark Heily for this patch. * GTM now works with wget 1.8.1. Thanks to Philip Langdale for the patch. Many thanks to many others who took the time to come up with a patch to fix this. * The applet now opens GTM if the network is on. This is by default off but you can change it on the applet properties. * New proxy option to allow the user to use the same proxy options for all the protocols. Thanks to Markus Saarinen for the piece of code.
23 lines
510 B
Makefile
23 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.19 2003/09/16 22:24:14 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gtm-0.4.12
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/}
|
|
|
|
MAINTAINER= magick@zhadum.de
|
|
HOMEPAGE= http://gtm.sourceforge.net/
|
|
COMMENT= Gnome Transfer Manager
|
|
|
|
DEPENDS+= wget-[0-9]*:../../net/wget
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_X11= YES
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../x11/gnome-core/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|