aboutsummaryrefslogtreecommitdiffstats
path: root/www/wwwoffle/Makefile
blob: 5f09e1feabe6a78f0aab0cfcec0e8cd28b146035 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# New ports collection makefile for:    wwwoffle
# Date created:     1 Jun 1998
# Whom:         Peter Mutsaers
#
# $FreeBSD$
#

PORTNAME=   wwwoffle
PORTVERSION=    2.9a
PORTREVISION=   1
CATEGORIES= www ipv6
MASTER_SITES=   http://www.gedanken.freeserve.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.13:${PORTSDIR}/security/gnutls

USE_PERL5=  yes
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 \
        --with-gnutls=${PREFIX} \
        --with-spooldir=${WWWOFFLE_SPOOL}

RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}

MAN1=       wwwoffle.1
MAN5=       wwwoffle.conf.5
MAN8=       wwwoffled.8

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=     Does not compile on 4.x
.endif

.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.post.mk>