freebsd-ports/comms/snooper/Makefile
2001-01-09 05:57:08 +00:00

25 lines
538 B
Makefile

# 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
CATEGORIES= comms
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
DISTNAME= snooper-19991202
MAINTAINER= ports@freebsd.org
WRKSRC= ${WRKDIR}/snooper/build
HAS_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/snooper
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>