diff options
author | wiz <wiz> | 2003-09-16 22:24:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-16 22:24:14 +0000 |
commit | 481881f7228f79e08a7a211752dd3dcf18251dcb (patch) | |
tree | c1bfa9739b140da26ed1bd719b868684529c9e77 /net/gtm/Makefile | |
parent | c1435873f08d18ff9530973732f5e59b5b24e5c5 (diff) | |
download | pkgsrc-481881f7228f79e08a7a211752dd3dcf18251dcb.tar.gz |
Update to 0.4.12, requested in PR 22819 by Ian Fry:
* 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.
Diffstat (limited to 'net/gtm/Makefile')
-rw-r--r-- | net/gtm/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/gtm/Makefile b/net/gtm/Makefile index 2a3122c5f89..13f7e0271fb 100644 --- a/net/gtm/Makefile +++ b/net/gtm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/07/13 13:52:54 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/16 22:24:14 wiz Exp $ # -DISTNAME= gtm-0.4.11 -PKGREVISION= 4 +DISTNAME= gtm-0.4.12 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/} @@ -13,13 +12,11 @@ COMMENT= Gnome Transfer Manager DEPENDS+= wget-[0-9]*:../../net/wget USE_BUILDLINK2= YES -USE_X11BASE= YES +USE_PKGLOCALEDIR= YES +USE_X11= YES USE_GMAKE= YES GNU_CONFIGURE= YES -#post-install: -# ${RMDIR} ${PREFIX}/share/gnome/help/gtm/C/images - .include "../../devel/gettext-lib/buildlink2.mk" .include "../../x11/gnome-core/buildlink2.mk" |