# ex:ts=8 # Ports collection makefile for: hydra # Date created: Apr 2, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= hydra PORTVERSION= 0.1.8 PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ ftp://ftp.hellug.gr/pub/software/hydra/ MAINTAINER= shaun@FreeBSD.org COMMENT= A high performance multi-threaded web server LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra.sh NO_LATEST_LINK= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib LOGDIR?= /var/log/hydra SUB_FILES= pkg-deinstall PLIST_SUB= LOGDIR=${LOGDIR} SUB_LIST= LOGDIR=${LOGDIR} post-patch: @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .for f in src/defines.h examples/hydra.conf @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" \ -e "s,%%LOGDIR%%,${LOGDIR},g" \ -e "s,%%WWWOWN%%,${WWWOWN},g" \ -e "s,%%WWWGRP%%,${WWWGRP},g" \ ${WRKSRC}/${f} .endfor post-install: @${MKDIR} ${PREFIX}/etc/hydra .for f in hydra.conf mime.types ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${PREFIX}/etc/hydra/${f}-dist [ -f ${PREFIX}/etc/hydra/${f} ] || \ ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${PREFIX}/etc/hydra/ .endfor [ -d ${LOGDIR} ] || \ ( ${MKDIR} ${LOGDIR} && ${CHOWN} ${WWWOWN}:${WWWGRP} ${LOGDIR} ) .include ='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/R-cran-dygraphs
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.1.1.4tota2017-05-072-4/+4
* - Update to 1.1.1.3tota2016-12-042-4/+4
* - Update to 1.1.1.2tota2016-09-172-4/+4
* - Update to 1.1.1-1tota2016-08-092-5/+5
* - Update to 1.1.1.0tota2016-08-022-5/+9
* - Update to 0.9tota2016-04-292-3/+3
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-4/+4
* - Update to 0.8tota2016-03-112-3/+3
* - Update to 0.7tota2016-02-032-3/+3
* - Update to 0.6tota2016-01-242-3/+3
* - Update to 0.5tota2015-11-292-3/+3