mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
1b247c2bf9
PORTREVISION
24 lines
382 B
Makefile
24 lines
382 B
Makefile
# New ports collection makefile for: icmpmonitor
|
|
# Date created: 31 Jul 2001
|
|
# Whom: nbm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icmpmonitor
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= icmpmonitor
|
|
|
|
MAINTAINER= nbm@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
WRKSRC= ${WRKDIR}/icmpmonitor
|
|
|
|
MAN1= icmpmonitor.1
|
|
|
|
.include <bsd.port.mk>
|