diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-02 23:54:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-02 23:54:25 +0000 |
commit | 24fa71b26b9ae4056fdd067058058a26ea1b337e (patch) | |
tree | 2375e861ed7191f33449a86040534c727162ef60 /ftp/gwget/Makefile | |
parent | Update to 1.3.3 (diff) |
- Update to 0.94
PR: 79405
Submitted by: Radek Kozlowski (maintainer)
Notes
Notes:
svn path=/head/; revision=132298
Diffstat (limited to 'ftp/gwget/Makefile')
-rw-r--r-- | ftp/gwget/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile index e04a98bab604..17af5d6f6589 100644 --- a/ftp/gwget/Makefile +++ b/ftp/gwget/Makefile @@ -6,15 +6,18 @@ # PORTNAME= gwget -PORTVERSION= 0.93 -PORTREVISION= 2 +PORTVERSION= 0.94 CATEGORIES= ftp www gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} +DIST_SUBDIR= gnome2 MAINTAINER= radek@raadradd.com COMMENT= A download manager for GNOME, based on wget +RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget + +USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui USE_LIBTOOL_VER=15 |