summaryrefslogblamecommitdiff
path: root/net/gnu-finger/Makefile
blob: 7fcc5bb800f61c6ddab8343eedb87511c2903c50 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                                                                
                                                     




                               
                                  
                              
 
                                       




                      



                                                                                
                                                                                                             
                                                                                         
                                                                                       

                      
# 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.8 1999/08/27 22:29:55 mharo Exp $
#

DISTNAME=       finger-1.37
PKGNAME=        gnu-finger-1.37
CATEGORIES=     net
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	finger

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

HAS_CONFIGURE=	yes
INSTALL_TARGET= server

post-install:
	${MKDIR} ${PREFIX}/etc/fingerdir
	${MKDIR} ${PREFIX}/etc/rc.d
	@${CP} ${WRKSRC}/support/ttylocs ${PREFIX}/etc/fingerdir/ttylocs.sample
	@${CP} ${FILESDIR}/clients.sample ${PREFIX}/etc/fingerdir/clients.sample
	@${INSTALL} ${COPY} -m 744 -o root ${FILESDIR}/fingerd.sh.sample ${PREFIX}/etc/rc.d/fingerd.sh.sample
	@${ECHO} "GNU.finger.server.hostname" > ${PREFIX}/etc/fingerdir/serverhost.sample
	@${ECHO} "mail.spool.server.hostname" > ${PREFIX}/etc/fingerdir/mailhost.sample

.include <bsd.port.mk>