# Ports collection makefile for: htdump # Date created: Tue Feb 20, 2001 # Whom: Maxime Henrion (mux@FreeBSD.org) # # $FreeBSD$ # PORTNAME= htdump PORTVERSION= 0.9x PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.palli.nl/~ivo/prog/linux/htdump/bin/ MAINTAINER= mux@FreeBSD.org COMMENT= A tool to retrieve WWW data USE_GETOPT_LONG=yes CFLAGS+= ${CPPFLAGS} MAKE_ENV= LDFLAGS="${LDFLAGS}" .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 s-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix build on 9.x by specifying c++ standard requirementsamdmi32016-11-121-1/+1
* - Update to 1.6.2danilo2016-11-093-9/+17
* - Update to 1.4.9danilo2016-10-022-6/+12
* Chase update of Poppler after revision r421386olivierd2016-09-061-1/+1
* Update graphics/exiv2 to 0.25.tcberner2016-07-27