mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
f0e4d95686
Submitted by: Igor Vinokurov <igor@cs.ibank.ru>
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# New ports collection makefile for: trafshow
|
|
# Version required: 2.0
|
|
# Date created: 25 September 1996
|
|
# Whom: igor@zynaps.ru
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= trafshow-2.0
|
|
CATEGORIES+= net
|
|
MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= igor@zynaps.ru
|
|
|
|
post-install:
|
|
.if !defined(NOMANCOMPRESS)
|
|
gzip -9nf ${PREFIX}/man/man1/trafshow.1
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|