diff options
Diffstat (limited to 'net-mgmt/icmpquery/Makefile')
-rw-r--r-- | net-mgmt/icmpquery/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-mgmt/icmpquery/Makefile b/net-mgmt/icmpquery/Makefile deleted file mode 100644 index 6c3cf762f1cf..000000000000 --- a/net-mgmt/icmpquery/Makefile +++ /dev/null @@ -1,30 +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 - -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> |