freebsd-ports/comms/snooper/Makefile
2000-01-29 20:01:39 +00:00

24 lines
551 B
Makefile

# New ports collection makefile for: snooper
# Version required: 19991202
# Date created: 4 May 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#
DISTNAME= snooper-19991202
PKGNAME= snooper-19991202
CATEGORIES= comms
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
MAINTAINER= itojun@itojun.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>