freebsd-ports/net/ipgrab/Makefile
Edwin Groothuis d522c52bb9 Properly install README as stated in the PORTDOCS variable.
Noticed by: krion / test of ports/75379
2005-02-05 22:52:48 +00:00

28 lines
556 B
Makefile

# New ports collection makefile for: ipgrab
# Date created: 23. January 2004
# Whom: Aaron Zauner <az_mail@gmx.at>
#
# $FreeBSD$
#
PORTNAME= ipgrab
PORTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= az_mail@gmx.at
COMMENT= IPgrab is a verbose packet sniffer for UNIX hosts
GNU_CONFIGURE= yes
INFO= ipgrab
PLIST_FILES= bin/ipgrab
PORTDOCS= README
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.include <bsd.port.mk>