mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
27 lines
457 B
Makefile
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>
|