1997-05-20 06:23:49 +00:00
|
|
|
# New ports collection makefile for: snooper
|
1999-12-02 03:24:24 +00:00
|
|
|
# Version required: 19991202
|
1997-05-20 06:23:49 +00:00
|
|
|
# Date created: 4 May 1997
|
|
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1997-05-20 06:23:49 +00:00
|
|
|
#
|
|
|
|
|
1999-12-02 03:24:24 +00:00
|
|
|
DISTNAME= snooper-19991202
|
|
|
|
PKGNAME= snooper-19991202
|
1997-05-20 06:23:49 +00:00
|
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
|
|
|
|
|
1997-05-25 18:34:39 +00:00
|
|
|
MAINTAINER= itojun@itojun.org
|
1997-05-20 06:23:49 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/snooper/build
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/snooper
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
|
|
|
|
${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|