mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25 lines
471 B
Makefile
25 lines
471 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
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.enteract.com/~tqbf/
|
|
DISTNAME= nsping
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
MAN8= nsping.8
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|