aboutsummaryrefslogtreecommitdiffstats
path: root/www/swish++/Makefile
blob: 306de66145bf33c402188fc7d649fc29d1dd7283 (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
# ex:ts=8
# Ports collection makefile for:    swish++
# Date created:         Jan 13, 2002
# Whom:                     ijliao
#
# $FreeBSD$
#

PORTNAME=   swish++
PORTVERSION=    5.13.5
CATEGORIES= www textproc
MASTER_SITES=   http://homepage.mac.com/pauljlucas/software/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple Web Indexing System for Humans: C++ version

RUN_DEPENDS=    wget:${PORTSDIR}/ftp/wget

USE_PERL5=  yes
USE_REINPLACE=  yes
USE_GMAKE=  yes
MAKEFILE=   GNUmakefile
MAKE_ENV=   PTHREAD_LIBS=${PTHREAD_LIBS} \
        PERL=${PERL} PERL_VER=${PERL_VER}

MAN1=   extract.1 httpindex.1 index.1 search.1 splitmail.1
MAN3=   WWW.3
MAN4=   swish++.conf.4 swish++.index.4
MAN8=   searchd.8 searchmonitor.8

post-patch:
    @${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h
.for file in searchd searchmonitor
    @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in
.endfor

post-install:
    ${INSTALL_SCRIPT} ${FILESDIR}/swish++.sh ${PREFIX}/etc/rc.d

.include <bsd.port.mk>