mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-08 23:06:56 +00:00
29 lines
706 B
Makefile
29 lines
706 B
Makefile
|
# New ports collection makefile for: tcptrace
|
||
|
# Version required: 3.2.5
|
||
|
# Date created: 3 March 1997
|
||
|
# Whom: fenner
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= tcptrace-3.2.5
|
||
|
CATEGORIES= net
|
||
|
# this site uncompresses the file AND sends it with a .gz suffix
|
||
|
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/
|
||
|
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
|
||
|
DISTFILES= tcptrace_3.2.5.tar.gz
|
||
|
|
||
|
MAINTAINER= fenner@FreeBSD.ORG
|
||
|
|
||
|
NO_WRKSUBDIR= yes
|
||
|
ALL_TARGET= depend tcptrace
|
||
|
|
||
|
post-install:
|
||
|
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
|
||
|
.if !defined(NOPORTDOCS)
|
||
|
${MKDIR} ${PREFIX}/share/doc/tcptrace
|
||
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tcptrace
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.mk>
|