1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/sntop/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

27 lines
457 B
Makefile

# New ports collection makefile for: sntop
# Date created: 05 August 2000
# Whom: Matt Emmerton <matt@gsicomp.on.ca>
#
# $FreeBSD$
#
PORTNAME= sntop
PORTVERSION= 1.2.0
CATEGORIES= net
MASTER_SITES= ftp://sntop.sourceforge.net/pub/sntop/
MAINTAINER= matt@gsicomp.on.ca
RUN_DEPENDS= fping:${PORTSDIR}/net/fping
GNU_CONFIGURE= yes
MAN1= sntop.1
MANCOMPRESSED= yes
post-install:
@strip ${PREFIX}/bin/sntop
@cat ${PKGMESSAGE}
.include <bsd.port.mk>