summaryrefslogblamecommitdiff
path: root/net/tcptrace/Makefile
blob: 38bbf8c42d2d4c4cf46163d306ce569528619447 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                
                             


                                    
           

 

                              
                   
                                                                        
 
                                  
 
                   
                                        

                        

                          
                                                                            
                                                                           
 
           

                                                           
                                                                           
                                             


                                                                      


                      
# New ports collection makefile for:	tcptrace
# Version required:	5.2.0
# Date created:		3 March 1997
# Whom:			fenner
#
# $FreeBSD$
#

DISTNAME=	tcptrace.5.2.0
PKGNAME=	tcptrace-5.2.0
CATEGORIES=	net
MASTER_SITES=	http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.0/

MAINTAINER=	fenner@FreeBSD.org

GNU_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/tcptrace_5.2.0
ALL_TARGET=	tcptrace

MAN1=		tcptrace.1

DOCFILES=	ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \
		README.modules README.tput_graphs WWW dot_tcptracerc.sample

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
	${MKDIR} ${PREFIX}/share/doc/tcptrace
.for file in ${DOCFILES}
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
.endfor
.endif

.include <bsd.port.mk>