60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
32 lines
689 B
Makefile
32 lines
689 B
Makefile
# New ports collection makefile for: icmpquery
|
|
# Date created: Jan 7 1999
|
|
# Whom: dom@happygiraffe.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icmpquery
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= net-mgmt
|
|
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>
|