2000-07-17 Federico Mena Quintero * calendar/cal-client/tmpl/cal-client.sgml: Populated. * evolution-devel-guide.sgml: New toplevel for the Evolution Developer's Guide. * calendar/evolution-calendar.sgml: New for the calendar developer's documentation. * calendar/architecture.sgml: New for the calendar architecture. * calendar/reference.sgml: New for the calendar API reference. nome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
blob: df0cc453c7794b31e2108fec1a26e27fb2d17ecd (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    tcptrace
# Date created:     3 March 1997
# Whom:         fenner
#
# $FreeBSD$
#

PORTNAME=   tcptrace
PORTVERSION=    6.6.7
CATEGORIES= net ipv6
MASTER_SITES=   http://www.tcptrace.org/download/

MAINTAINER= pgollucci@p6m7g8.com
COMMENT=    A TCP dump file analysis tool

GNU_CONFIGURE=  yes
ALL_TARGET= tcptrace

MAN1=       tcptrace.1

DOCFILES=   ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list \
        README.modules README.tline_graphs README.tput_graphs \
        README.version README.xpl2gpl THANKS WWW \
        dot_tcptracerc

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
    ${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for file in ${DOCFILES}
    ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>