# Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= httping PORTVERSION= 2.5 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Ping-like tool for HTTP requests LICENSE= GPLv2 USES= gmake gettext tar:tgz PLIST_FILES= bin/httping man/man1/httping.1.gz OPTIONS_DEFINE= NCURSES FFTW SSL OPTIONS_DEFAULT=NCURSES SSL NCURSES_USES= ncurses .include .if ${PORT_OPTIONS:MNCURSES} MAKE_ENV+= NC=yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else MAKE_ENV+= NC=no .endif .if ${PORT_OPTIONS:MFFTW} MAKE_ENV+= FW=yes LIB_DEPENDS+= libfftw3.so:math/fftw3 .else MAKE_ENV+= FW=no .endif .if ${PORT_OPTIONS:MSSL} MAKE_ENV+= SSL=yes USES+= ssl .else MAKE_ENV+= SSL=no .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include /cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add patch for security issuesmnag2006-03-284-121/+350
* Conversion to a single libtool environment.ade2006-02-231-1/+1
* Backport xpdf vendor patchmnag2005-12-072-1/+121
* - Add SHA256 checksumspav2005-11-241-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-05