head	1.17;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.05.57.31;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2010.11.26.08.01.47;	author uqs;	state Exp;
branches;
next	1.15;

1.15
date	2010.11.25.19.00.00;	author uqs;	state Exp;
branches;
next	1.14;

1.14
date	2010.05.31.07.45.28;	author uqs;	state Exp;
branches;
next	1.13;

1.13
date	2010.04.03.10.44.10;	author roam;	state Exp;
branches;
next	1.12;

1.12
date	2009.01.23.15.42.43;	author roam;	state Exp;
branches;
next	1.11;

1.11
date	2008.03.21.23.55.12;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2008.03.20.09.46.29;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.19.20.05.11;	author flz;	state Exp;
branches;
next	1.8;

1.8
date	2006.12.13.12.41.25;	author roam;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.29.20.46.12;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2005.05.13.20.17.27;	author thierry;	state Exp;
branches;
next	1.5;

1.5
date	2005.01.26.05.40.49;	author kevlo;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.03.22.41.37;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.06.13.11.18;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.05.20.15;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.27.15.58.52;	author krion;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:	wmget
# Date created:				05.01.2004
# Whom:					Ulrich Spoerlein <uspoerlein@@gmail.com>
#
# $FreeBSD: head/ftp/wmget/Makefile 300896 2012-07-14 13:54:48Z beat $

PORTNAME=	wmget
PORTVERSION=	0.6.0
PORTREVISION=	5
CATEGORIES=	ftp
MASTER_SITES=	http://amtrickey.net/download/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	uqs
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	uqs@@FreeBSD.org
COMMENT=	Dock app for Window Maker providing wget functionality

LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl

USE_XORG=	x11 xpm
USE_GMAKE=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

MAKE_ENV+=	${CONFIGURE_ENV}

MAN1=		wmget.1
PLIST_FILES=	bin/wmget

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/wmget ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
	${INSTALL_MAN} ${WRKSRC}/wmget.1 ${PREFIX}/man/man1
.endif

.include <bsd.port.mk>
@


1.16
log
@Use MASTER_SITE_SUBDIR instead of rolling my own.

Clue provided by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@Fix remaining MASTER_SITE_LOCAL abuses for my ports.
@
text
@d12 2
a13 1
		${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/}
@


1.14
log
@- Update to my @@FreeBSD.org address
- Add distfile mirror to single source MASTER_SITES
- Also update no longer working addresses
@
text
@d12 1
a12 1
		http://people.freebsd.org/~uqs/distfiles/
@


1.13
log
@Chase the ftp/curl shlib version bump.
@
text
@d3 1
a3 1
# Whom:					Ulrich Spoerlein <q@@uni.de>
d11 2
a12 1
MASTER_SITES=	http://amtrickey.net/download/
d15 1
a15 1
MAINTAINER=	uspoerlein@@gmail.com
@


1.12
log
@Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
@
text
@d9 1
a9 1
PORTREVISION=	4
d17 1
a17 1
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
@


1.11
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d9 1
a9 1
PORTREVISION=	3
d17 1
a17 1
LIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl
@


1.10
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d9 1
a9 1
PORTREVISION=	2
d19 1
a19 1
USE_X_PREFIX=	yes
@


1.9
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@a20 1
USE_GETOPT_LONG=	yes
@


1.8
log
@Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.7
log
@- Update maintainer's email address

PR:		ports/98102
Submitted by:	Ulrich Spoerlein <uspoerlein@@gmail.com> (maintainer)
@
text
@d9 1
d17 1
a17 1
LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
@


1.6
log
@Change maintainer address.

PR:		ports/80973
Submitted by:	Ulrich Spoerlein <q (at) galgenberg.net>
@
text
@d13 1
a13 1
MAINTAINER=	q@@galgenberg.net
@


1.5
log
@Update to 0.6.0

PR: ports/76346
Submitted by: MAINTAINER
@
text
@d13 1
a13 1
MAINTAINER=	q@@uni.de
@


1.4
log
@Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
@
text
@d8 1
a8 2
PORTVERSION=	0.5.0
PORTREVISION=	2
@


1.3
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d9 1
a9 1
PORTREVISION=	1
d17 1
a17 1
LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl
@


1.2
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d27 1
@


1.1
log
@Add wmget 0.5.0,

wmget is a dock app for the GNU Window Maker window manager
which makes it more convenient to perform long downloads in the
background.

PR:		ports/61736
Submitted by:	Ulrich Spoerlein <q@@uni.de>
@
text
@d9 1
@

