aboutsummaryrefslogtreecommitdiff
path: root/net/icmpquery
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
commit3a93c08cd424e3c6e35c021346e257e2136f6298 (patch)
treee5b244f8eab75a4947b9d7ce8d757989718c5333 /net/icmpquery
parentbc84920be715f7b7c39d229b0756ccb7eeb9beb4 (diff)
Notes
Diffstat (limited to 'net/icmpquery')
-rw-r--r--net/icmpquery/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/icmpquery/Makefile b/net/icmpquery/Makefile
deleted file mode 100644
index 39617c7838ae..000000000000
--- a/net/icmpquery/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: icmpquery
-# Date created: Jan 7 1999
-# Whom: dom@happygiraffe.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= icmpquery
-PORTVERSION= 1.0.3
-CATEGORIES= net
-MASTER_SITES= http://www.angio.net/security/
-DISTNAME= icmpquery
-EXTRACT_SUFX= .c
-
-MAINTAINER= dom@happygiraffe.net
-COMMENT= Small utility for finding out time & netmask through ICMP
-
-PLIST_FILES= bin/icmpquery
-NO_WRKSUBDIR= YES
-ALL_TARGET= icmpquery
-
-do-extract:
- @${MKDIR} ${WRKDIR}
- @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
- @${CP} ${FILESDIR}/Makefile ${WRKDIR}
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKDIR}/icmpquery ${PREFIX}/bin
- @${CHMOD} u+s ${PREFIX}/bin/icmpquery
-
-.include <bsd.port.mk>