freebsd-ports/www/wwwoffle/Makefile

59 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: wwwoffle
# Date created: 1 Jun 1998
# Whom: Peter Mutsaers
#
1999-08-31 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= wwwoffle
2008-03-03 05:36:45 +01:00
PORTVERSION= 2.9d
PORTREVISION= 2
CATEGORIES= www ipv6
2008-03-03 05:36:45 +01:00
MASTER_SITES= http://www.gedanken.demon.co.uk/download-wwwoffle/
EXTRACT_SUFX= .tgz
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= A caching proxy server for HTTP and FTP designed for dial-up hosts
LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls
USE_PERL5= yes
2001-04-11 16:58:15 +02:00
USE_GMAKE= yes
USE_RC_SUBR= ${PORTNAME}d.sh
# $SPOOL seems like a common name which could be used for other things, so
# use $WWWOFFLE_SPOOL as the overriding setting.
WWWOFFLE_SPOOL?= /var/spool/wwwoffle
PLIST_SUB+= WWWOFFLE_SPOOL=${WWWOFFLE_SPOOL}
HAS_CONFIGURE= yes
CONFIGURE_ENV= LIBS=-lmd
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc --with-ipv6 \
2006-04-03 08:55:43 +02:00
--with-gnutls=${PREFIX} \
2008-03-03 05:36:45 +01:00
--with-spooldir=${WWWOFFLE_SPOOL} \
--mandir=${MANPREFIX}/man
2004-05-04 12:44:05 +02:00
RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
MAN1= wwwoffle.1
MAN5= wwwoffle.conf.5
MAN8= wwwoffled.8
.if ${WWWOFFLE_SPOOL} != "/var/spool/wwwoffle"
# If using a non-standard spool, change all the documentation (and anything
# else) to reflect that.
PKGMESSAGE=${WRKDIR}/MESSAGE
post-configure:
@${SED} 's@/var/spool/wwwoffle@${WWWOFFLE_SPOOL}/wwwoffle@g' \
${PKGDIR}/pkg-message > ${PKGMESSAGE}
.endif
post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config.pl ${WWWOFFLE_SPOOL}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>