summaryrefslogtreecommitdiff
path: root/net/rwhoisd/Makefile
blob: 827473d32be7a0a05c24a48300aa04a1a59335d2 (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
# New ports collection makefile for:	rwhois
# Version required:			1.0b9.2
# Date created:				May 9th 1997
# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
#
#   $Id: Makefile,v 1.5 1998/10/16 03:10:09 jseger Exp $
#

DISTNAME=	rwhois-1.0B9.2
PKGNAME=	rwhois-1.0b9.2
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.rwhois.net/pub/

MAINTAINER=	jfitz@FreeBSD.ORG

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

HAS_CONFIGURE=	YES
CONFIGURE_ARGS=	--prefix=${PREFIX}/lib/rwhois
INSTALL_TARGET=	install install-sample-data install-chroot

MAN8=		rmkdbindex.8 rwhoisd.8

post-install:
	${MKDIR} -p ${PREFIX}/share/doc/rwhois
	${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/rwhois
	${MV} ${PREFIX}/share/doc/rwhois/rmkdbindex.8 ${PREFIX}/man/man8	
	${MV} ${PREFIX}/share/doc/rwhois/rwhoisd.8 ${PREFIX}/man/man8	
	@ echo "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..."
	@ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/rwhoisd.sh
	@ echo "#" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
	@ echo "" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
	@ echo "# remove or comment the following line and uncomment the one below it once you have" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
	@ echo "# configured your server's data" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
	@ echo "echo \"rwhoisd not started; sample data still in place.   See ${PREFIX}/share/doc/rwhois for details.\"" >> ${PREFIX}/etc/rc.d/rwhoisd.sh 
	@ echo "#[ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ] && ${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhois.conf & && echo -n ' rwhoisd'" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
	chmod 751 ${PREFIX}/etc/rc.d/rwhoisd.sh

.include <bsd.port.mk>