summaryrefslogtreecommitdiff
path: root/net-mgmt/icmpquery/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-03-30 17:26:38 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-03-30 17:26:38 +0000
commitd3773c0797762c5387b039ca4777de6faa269d80 (patch)
tree331c23c3e4b78b996591932c8dbc3a57ef440675 /net-mgmt/icmpquery/Makefile
parentUpdated to version 0.8.6 after I modified several problems (diff)
Small utility for finding out time & netmask through ICMP.
PR: ports/9366 Submitted by: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
Notes
Notes: svn path=/head/; revision=17455
Diffstat (limited to 'net-mgmt/icmpquery/Makefile')
-rw-r--r--net-mgmt/icmpquery/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-mgmt/icmpquery/Makefile b/net-mgmt/icmpquery/Makefile
new file mode 100644
index 000000000000..8937490c1b58
--- /dev/null
+++ b/net-mgmt/icmpquery/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: icmpquery
+# Version required: 1.0.3
+# Date created: Jan 7 1999
+# Whom: dom@myrddin.demon.co.uk
+#
+# $Id$
+#
+
+DISTNAME= icmpquery
+PKGNAME= icmpquery-1.0.3
+CATEGORIES= net
+MASTER_SITES= http://www.angio.net/security/
+EXTRACT_SUFX= .c
+
+MAINTAINER= dom@myrddin.demon.co.uk
+
+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>