# ex:ts=8 # Ports collection makefile for: hydra # Date created: Apr 2, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= hydra PORTVERSION= 0.1.8 PORTREVISION= 1 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.13:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra.sh NO_LATEST_LINK= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib WWWOWN?= www WWWGRP?= www 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 -1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/rubrica
Commit message (Expand)AuthorAgeFilesLines
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-56/+57
* - Update to 0.11.0miwi2007-10-068-186/+186
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update to 1.0.17miwi2007-03-073-4/+6
* Update to 1.0.16miwi2006-12-223-6/+6
* * Update to 1.0.15marcus2006-09-043-11/+22
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
* - Add SHA256pav2005-11-241-0/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
* Chase mastersite.linimon2005-10-092-2/+2
* New rubrica homepagearved2005-09-291-1/+1
* - Update to 1.0.14pav2005-05-274-12/+11
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
* Update to version 1.0.13krion2004-11-195-23/+23
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
* - Update to version 1.0.12krion2004-02-292-3/+3
* - Update to version 1.0.11krion2004-02-102-3/+3
* - Update to version 1.0.10krion2004-02-067-35/+49
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* SIZEify.trevor2004-01-291-0/+1
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
* - Update to version 1.0.5krion2003-10-246-80/+56
* Assign maintainership back to ports@. Thanks for all your work, Martin.marcus2003-08-171-1/+1
* Update to 1.0.1, a bugfix release.marcus2003-05-172-2/+2
* * Update to 1.0.0marcus2003-04-05