mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
779bee6913
prips is a tool that can be used to print all of the IP address on a given range. It can enhance the usability of tools that are made to work on only one host at a time (e.g. whois). PR: 14637 Submitted by: Jeremy Shaffner <jeremy@external.org>
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# New ports collection makefile for: prips
|
|
# Version required: 0.9.1
|
|
# Date created: 29 October 1999
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= prips-0.9.1-src
|
|
PKGNAME= prips-0.9.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.interloper.net/~dan/software/dist/prips/
|
|
|
|
MAINTAINER= jeremy@external.org
|
|
|
|
WRKSRC= ${WRKDIR}/prips
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|