summaryrefslogtreecommitdiff
path: root/net/gnu-finger/Makefile
blob: f1dfed0efaafdd20586760bdd11357fa178a1c6b (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
# New ports collection makefile for:    GNU finger
# Version required:     1.37
# Date created:         20 June 1996
# Whom:                 Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
# $Id: Makefile,v 1.1.1.1 1996/07/10 22:33:13 asami Exp $
#

DISTNAME=       finger-1.37
PKGNAME=        gnu-finger-1.37
CATEGORIES=     net
MASTER_SITES=   ftp://gatekeeper.dec.com/pub/GNU/ \
		ftp://ftp.cc.keio.ac.jp/pub/mirror/GNU/

MAINTAINE=      sanpei@yy.cs.keio.ac.jp

HAS_CONFIGURE=	yes
INSTALL_TARGET= server

post-install:
	mkdir -p ${PREFIX}/etc/fingerdir
	mkdir -p ${PREFIX}/etc/rc.d
	@cp ${WRKSRC}/support/ttylocs ${PREFIX}/etc/fingerdir/ttylocs.sample
	@cp ${FILESDIR}/clients.sample ${PREFIX}/etc/fingerdir/clients.sample
	@install -c -m 744 -o root ${FILESDIR}/start.fingerd.sh.sample ${PREFIX}/etc/rc.d/start.fingerd.sh.sample
	@echo "GNU.finger.server.hotname" > ${PREFIX}/etc/fingerdir/serverhost.sample
	@echo "mail.spool.server.hostname" > ${PREFIX}/etc/fingerdir/mailhost.sample

.include <bsd.port.mk>