head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.36;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.10.16.42.57;	author arved;	state Exp;
branches;
next	1.8;

1.8
date	2008.03.20.10.03.50;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.27.08.51.19;	author vs;	state Exp;
branches;
next	1.6;

1.6
date	2005.02.14.23.39.41;	author mux;	state Exp;
branches;
next	1.5;

1.5
date	2003.08.25.12.52.44;	author mux;	state Exp;
branches;
next	1.4;

1.4
date	2003.07.14.02.37.30;	author sf;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.12.38;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.27.13.30.39;	author mux;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.08.22.01.05;	author dannyboy;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# Ports collection makefile for:  htdump
# Date created:                   Tue Feb 20, 2001
# Whom:                           Maxime Henrion (mux@@FreeBSD.org)
#
# $FreeBSD: head/www/htdump/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	htdump
PORTVERSION=	0.9x
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://ivo.palli.nl/prog/linux/htdump/bin/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A tool to retrieve WWW data

OPTIONS_DEFINE=	SSL
OPTIONS_DEFAULT=SSL

CFLAGS+=	${CPPFLAGS}
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LFLAGS="-s ${LDFLAGS}"

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MSSL}
USE_OPENSSL=	yes
ALL_TARGET=	ssl
.endif

PLIST_FILES=	bin/htdump

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/htdump ${PREFIX}/bin

.include <bsd.port.mk>
@


1.9
log
@Convert to new options framework
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d17 2
a18 1
OPTIONS=	SSL "SSL support" on
d23 1
a23 1
.include <bsd.port.pre.mk>
d25 1
a25 1
.if defined(WITH_SSL)
d35 1
a35 1
.include <bsd.port.post.mk>
@


1.7
log
@Use PLIST_FILES, OPTIONS, MAKE_ARGS
@
text
@a18 1
USE_GETOPT_LONG=yes
@


1.6
log
@Fix MASTER_SITES and reset maintainership.  I originally intended to
completely remove this port since it's no longer maintained and the
author himself suggests using curl instead.  However, I'm keeping this
port in the tree per request of another committer, since it's still
working correctly.
@
text
@d17 2
d21 3
a23 1
MAKE_ENV=	LDFLAGS="${LDFLAGS}"
d30 1
a30 4
pre-extract:
.if !defined(WITH_SSL)
	@@${ECHO} "Define WITH_SSL if you want to build with SSL support"
.endif
d35 1
a35 1
.include <bsd.port.mk>
@


1.5
log
@Fix the MASTER_SITES location so that this port work again.
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.palli.nl/~ivo/prog/linux/htdump/bin/
d14 1
a14 1
MAINTAINER=	mux@@FreeBSD.org
@


1.4
log
@get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
respect CC, CFLAGS.
use getopt_long() instead of getopt_long_only().
@
text
@d12 1
a12 1
MASTER_SITES=	http://arak.cs.hro.nl/~ren/linux/htdump/bin/
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d10 1
d17 3
a19 1
LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
@


1.2
log
@Correct my email address.
@
text
@d14 1
@


1.1
log
@Add htdump 0.9x, a tool to retrieve WWW data.

PR:		25238
Submitted by:	Maxime Henrion (mux@@qualys.com)
@
text
@d3 1
a3 1
# Whom:                           Maxime Henrion (mux@@qualys.com)
d13 1
a13 1
MAINTAINER=	mux@@qualys.com
@

