# New ports collection makefile for: pound # Date created: 27 August 2002 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= pound PORTVERSION= 1.7 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 />
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
* -remove MD5ohauer2011-07-031-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* - Update to 0.24.0miwi2008-07-1810-124/+47
* - Fix build with gcc 4.2miwi2007-11-227-11/+130
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
* Mark as broken: fails to install on i386-7.linimon2007-10-051-1/+7
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-15