1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/net/icmpinfo/Makefile
Bill Fumerola 9e96b2a02e Add MASTER_SITE_SUNSITE to MASTER_SITES to make this file much more
fetchable.

Remind By:	Fenner's survey
1998-12-09 20:19:18 +00:00

33 lines
830 B
Makefile

# ex:ts=8
# Ports collection makefile for: icmpinfo
# Version required: 1.11
# Date created: Mon June 23, 1997
# Whom: David O'Brien (obrien@FreeBSD.org)
#
# $Id: Makefile,v 1.4 1997/08/04 20:47:58 obrien Exp $
#
DISTNAME= icmpinfo-1.11
CATEGORIES= net sysutils
MASTER_SITES= ftp://hplyot.obspm.fr/net/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/network/admin
MAINTAINER= obrien@NUXI.com
ALL_TARGET=
MAN1= icmpinfo.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icmpinfo ${PREFIX}/bin
/usr/sbin/chown root ${PREFIX}/bin/icmpinfo
/bin/chmod 4555 ${PREFIX}/bin/icmpinfo
${INSTALL_MAN} ${WRKSRC}/icmpinfo.man ${PREFIX}/man/man1/${MAN1}
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/icmpinfo
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/icmpinfo
.endif
.include <bsd.port.mk>