blob: 6a1a85945b8afeb772aca642f0aa67025a453bfa (
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.2 1996/07/11 17:51:35 andreas 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/
MAINTAINER= 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>
|