pkgsrc-wip/gwget/Makefile
Kamel Ibn Aziz Derouiche 1ba74166e7 Import gwget-1.0.4 as wip/gwget.
Gwget is a download manager for the Gnome Desktop. The main features are:

* Resume: By default, gwget tries to continue any download.
* Notification: Gwget tries to use the Gnome notification area support,
  if available. You can close the main window and gwget runs in the background.
* Recursivity: Gwget detects when you put a html, php, asp or a web page dir in
  the url to download, and ask you to only download certain files (multimedia,
  only the index, and so on).
* Drag & Drop: You can d&d a url to the main gwget window or the notification
  area icon to add a new download.
2010-03-19 19:40:00 +00:00

35 lines
992 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/03/19 19:40:00 jihbed Exp $
#
DISTNAME= gwget-1.0.4
CATEGORIES= gnome net
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gwget/1.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc.gnome@gmail.com
HOMEPAGE= http://projects.gnome.org/gwget/
COMMENT= GNOME wget front-end
LICENSE= gnu-gpl-v2
DEPENDS+= wget>=1.12:../../net/wget
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool msgfmt gmake
GCONF_SCHEMAS+= data/gwget.schemas
.include "options.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"