4847d1d780
Features: 1. It allows you classify URLs before downloading them. 2. Every category has an independent configuration that can be inherited by each download in that category. 3. Multiple category can download at one time. 4. Batch mode can generate URLs. 5. Import URLs from .html files. (UTF-8 Encoding only) 6. Export URLs ( for wget -i )
20 lines
497 B
Makefile
20 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/09/13 15:38:19 cetrox Exp $
|
|
#
|
|
|
|
DISTNAME= urlgfe-0.7.1
|
|
CATEGORIES= net x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=urlget/}
|
|
|
|
MAINTAINER= ccatrian@eml.cc
|
|
HOMEPAGE= http://urlget.sourceforge.net/
|
|
COMMENT= Download manager for X
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|