1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/dns/nsping/Makefile
Pav Lucistnik 6f7d1a69e5 - Support IPv6
PR:		ports/77608
Submitted by:	Vladimir Kotal <vlada@devnull.cz>
Approved by:	maintainer timeout (5 months)
2005-07-20 14:30:17 +00:00

27 lines
524 B
Makefile

# New ports collection makefile for: nsping
# Date created: 04 March 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nsping
PORTVERSION= 0.8
PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= roam
DISTFILES= nsping.tar.gz
MAINTAINER= roam@FreeBSD.org
COMMENT= DNS "ping"
MAN8= nsping.8
PLIST_FILES= sbin/nsping
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8
.include <bsd.port.mk>