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


                                                                
           

 

                          
                   
                                  
                              
                           
 
                                  




                      



                                                                                
                                                                                                             
                                                                                         
                                                                                       

                      
# New ports collection makefile for:    GNU finger
# Date created:         20 June 1996
# Whom:                 Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
# $FreeBSD$
#

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

MAINTAINER=     sanpei@FreeBSD.org

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>