aboutsummaryrefslogtreecommitdiffstats
path: root/www/mknmz-wwwoffle/Makefile
blob: 139068e7831432f6cf4d2e0fa5cca56a3ef6baa9 (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
# New ports collection makefile for:   mknmz-wwwoffle
# Date created:        2 May 2004
# Whom:                Andrey Slusar <anray@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mknmz-wwwoffle
PORTVERSION=    0.7.2
PORTREVISION=   1
CATEGORIES= www databases textproc
MASTER_SITES=   http://www.naney.org/comp/distrib/mknmz-wwwoffle/archive/

MAINTAINER= anray@FreeBSD.org
COMMENT=    WWWOFFLE cache indexer for full-text search system Namazu

RUN_DEPENDS=    ${LOCALBASE}/bin/wwwoffle:${PORTSDIR}/www/wwwoffle
BUILD_DEPENDS=  ${LOCALBASE}/bin/mknmz:${PORTSDIR}/databases/namazu2

USE_PERL5=  yes
HAS_CONFIGURE=  yes

MAN1=       mknmz-wwwoffle.1
PORTDOCS=   AUTHORS COPYING INSTALL INSTALL.ja NEWS README README.ja THANKS

post-build:
.if !defined(NOPORTDOCS)
post-install:
    ${MKDIR} ${DOCSDIR}
.for a in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${a} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>