freebsd-ports/net-mgmt/icmpquery/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

31 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>