aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpview/Makefile
blob: 21d4c077b6e9abb3420db27ff3adf4551fb3c3b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:   tcpview-1.0
# Date created:        18 Aug 2000
# Whom:                Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
#
# $FreeBSD$
#

PORTNAME=   tcpview
PORTVERSION=    1.0
CATEGORIES= net
MASTER_SITES=   ftp://ftp.cac.washington.edu/pub/noc-tools/tcpview/
EXTRACT_SUFX=   .tar.Z

MAINTAINER= tung@turtle.ee.ncku.edu.tw

USE_BISON=  yes
USE_MOTIF=  yes

MAN1=       tcpview.1

post-install:
    strip ${PREFIX}/bin/tcpview
    ${CP} ${WRKSRC}/DOC/Tcpview ${X11BASE}/lib/X11/app-defaults/

.include <bsd.port.mk>