1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/comms/snooper/Makefile
Masafumi Max NAKANE 2df99e4b28 Fix typo in the MAINTAINER field.
PR:		3679
Submitted by:	 sanpei@yy.cs.keio.ac.jp
1997-05-25 18:34:39 +00:00

24 lines
568 B
Makefile

# New ports collection makefile for: snooper
# Date created: 4 May 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.1.1.1 1997/05/20 06:23:49 asami Exp $
#
DISTNAME= snooper.970212
PKGNAME= snooper-970212
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} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>