aboutsummaryrefslogtreecommitdiffstats
path: root/www/htdump/Makefile
blob: 4bb2047d4f63225a3b3ee8b8b63517ef2a2111d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Ports collection makefile for:  htdump
# Date created:                   Tue Feb 20, 2001
# Whom:                           Maxime Henrion (mux@FreeBSD.org)
#
# $FreeBSD$
#

PORTNAME=   htdump
PORTVERSION=    0.9x
CATEGORIES= www
MASTER_SITES=   http://arak.cs.hro.nl/~ren/linux/htdump/bin/

MAINTAINER= mux@FreeBSD.org

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>