freebsd-ports/comms/snooper/Makefile

33 lines
758 B
Makefile
Raw Normal View History

1997-05-20 08:23:49 +02:00
# New ports collection makefile for: snooper
# Date created: 4 May 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
1997-05-20 08:23:49 +02:00
#
PORTNAME= snooper
PORTVERSION= 1999.12.02
PORTREVISION= 1
1997-05-20 08:23:49 +02:00
CATEGORIES= comms
# distribution disappeared from mastersite in October 2002
MASTER_SITES= # ftp://ftp.foretune.co.jp/pub/tools/snooper/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
1997-05-20 08:23:49 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Serial line protocol analyzer (need two serial interfaces)
1997-05-20 08:23:49 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}/build
GNU_CONFIGURE= yes
post-extract:
@${RM} -f ${WRKSRC}/.depend
1997-05-20 08:23:49 +02:00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/snooper
1997-05-20 08:23:49 +02:00
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
.endif
1997-05-20 08:23:49 +02:00
.include <bsd.port.mk>