aboutsummaryrefslogtreecommitdiffstats
path: root/net/rwhoisd/Makefile
blob: 1feb090e28b77f3c0ebe0d10c19770f9f5b9d1e3 (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
# New ports collection makefile for:    rwhois
# Date created:             May 9th 1997
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   rwhois
PORTVERSION=    1.5.7.3
PORTREVISION=   1
CATEGORIES= net ipv6
MASTER_SITES=   ftp://ftp.ayamura.org/pub/rwhois/ \
        ftp://ftp.jp.pgpi.org/pub/rwhois/
DISTNAME=   ${PORTNAME}d-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    The Internic referral whois server

.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS=    wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois

BINOWN=     bin
BINGRP=     bin

MAN8=       rwhois_indexer.8 rwhoisd.8

MYPORTDOCS= INSTALL.html TODO UPGRADE operations_guide.html \
        operations_guide.txt rfc2167.txt security.html security.txt

post-install:
    ${INSTALL_MAN} ${WRKSRC}/doc/rwhois_indexer.8 ${PREFIX}/man/man8
    ${INSTALL_MAN} ${WRKSRC}/doc/rwhoisd.8 ${PREFIX}/man/man8
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ${MYPORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif
    @${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..."
    ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rwhoisd.sh ${PREFIX}/etc/rc.d/rwhoisd.sh

.include <bsd.port.mk>