summaryrefslogblamecommitdiff
path: root/sysutils/roottail/Makefile
blob: 921a88ed024779cf87c9355aa44428e1fe9031c3 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                





                                                                   
                        
                     
                        


                                                    
 
                                  
 
                           



                   

                                                                             

                      
# New ports collection makefile for:	roottail
# Date created:			30 September 1999
# Whom:				Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

PORTNAME=	roottail
PORTVERSION=	0.0.6
CATEGORIES=	sysutils
MASTER_SITES=	http://www.goof.com/pcg/marc/data/ \
		ftp://www.goof.com/pub/pcg/marc/
DISTNAME=	root-tail-0.0.6

MAINTAINER=	jedgar@FreeBSD.org

MAN1=		root-tail.1
USE_IMAKE=	yes
MANCOMPRESSED=	no

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/root-tail ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/root-tail.man ${PREFIX}/man/man1/root-tail.1

.include <bsd.port.mk>