1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/pound/Makefile

34 lines
872 B
Makefile
Raw Normal View History

# New ports collection makefile for: pound
# Date created: 27 August 2002
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pound
2005-05-28 12:16:24 +00:00
PORTVERSION= 1.8.5
CATEGORIES= www net
MASTER_SITES= http://www.apsis.ch/pound/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
DISTNAME= Pound-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= anders@FreeBSD.org
COMMENT= Reverse proxy, load balancer and HTTP(S) frontend for web servers
GNU_CONFIGURE= yes
USE_OPENSSL= yes
CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKE_ARGS+= F_CONF=${PREFIX}/etc/pound.cfg
MAN8= pound.8
post-install:
@${ECHO} "===> Installing ${PREFIX}/etc/rc.d/pound.sh"
@${ECHO} "===> startup file as ${PREFIX}/etc/rc.d/pound.sh.sample"
@${INSTALL_SCRIPT} -m 751 ${FILESDIR}/pound.sh \
${PREFIX}/etc/rc.d/pound.sh.sample
.include <bsd.port.mk>