aboutsummaryrefslogtreecommitdiffstats
path: root/comms/snooper/Makefile
blob: febfd5b12baaf972ac78268cc52795d70fce442b (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
# New ports collection makefile for:    snooper
# Date created:     4 May 1997
# Whom:         Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#

PORTNAME=   snooper
PORTVERSION=    1999.12.02
PORTREVISION=   1
CATEGORIES= comms
# distribution disappeared from mastersite in October 2002
MASTER_SITES=   # ftp://ftp.foretune.co.jp/pub/tools/snooper/
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.//g}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Serial line protocol analyzer (need two serial interfaces)

WRKSRC=     ${WRKDIR}/${PORTNAME}/build

GNU_CONFIGURE=  yes

post-extract:
    @${RM} -f ${WRKSRC}/.depend

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/doc/snooper
    ${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
.endif

.include <bsd.port.mk>