1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/htdump/Makefile
Daniel Harris 0ea5aff824 Add htdump 0.9x, a tool to retrieve WWW data.
PR:		25238
Submitted by:	Maxime Henrion (mux@qualys.com)
2001-03-08 22:01:06 +00:00

31 lines
634 B
Makefile

# Ports collection makefile for: htdump
# Date created: Tue Feb 20, 2001
# Whom: Maxime Henrion (mux@qualys.com)
#
# $FreeBSD$
#
PORTNAME= htdump
PORTVERSION= 0.9x
CATEGORIES= www
MASTER_SITES= http://arak.cs.hro.nl/~ren/linux/htdump/bin/
MAINTAINER= mux@qualys.com
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
.if defined(WITH_SSL)
USE_OPENSSL= yes
ALL_TARGET= ssl
.endif
pre-extract:
.if !defined(WITH_SSL)
@${ECHO} "Define WITH_SSL if you want to build with SSL support"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/htdump ${PREFIX}/bin
.include <bsd.port.mk>