Index: head/ftp/wmget/Makefile =================================================================== --- head/ftp/wmget/Makefile (revision 543720) +++ head/ftp/wmget/Makefile (revision 543721) @@ -1,30 +1,32 @@ # Created by: Ulrich Spoerlein # $FreeBSD$ PORTNAME= wmget PORTVERSION= 0.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= ftp MASTER_SITES= http://amtrickey.net/download/ \ LOCAL/uqs DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= uqs@FreeBSD.org COMMENT= Dock app for Window Maker providing wget functionality +LICENSE= MIT + LIB_DEPENDS= libcurl.so:ftp/curl USES= gmake xorg -USE_XORG= x11 xpm +USE_XORG= x11 xext xpm WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= ${CONFIGURE_ENV} PLIST_FILES= bin/wmget \ man/man1/wmget.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmget ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/wmget.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/ftp/wmget/pkg-descr =================================================================== --- head/ftp/wmget/pkg-descr (revision 543720) +++ head/ftp/wmget/pkg-descr (revision 543721) @@ -1,10 +1,11 @@ wmget is a dock app for the GNU Window Maker window manager which makes it more convenient to perform long downloads in the background. This is useful if you tend to have dozens of windows open at a time and tend to do a lot of routine downloading. Just copy the link from your browser, middle- click on the wmget dockapp, and the download will start. No download windows or terminals required, and you can monitor the progress and stop the transfer if desired without opening or raising any windows or even changing desktops. -WWW: http://amtrickey.net/wmget/ +WWW: https://web.archive.org/web/20160322141200/http://amtrickey.net/wmget/ +WWW: https://www.dockapps.net/wmget