1998-08-17 01:17:33 -04:00
|
|
|
# Ports makefile for: ntop
|
1998-11-29 15:27:11 -05:00
|
|
|
# Version required: 0.4
|
1998-08-17 01:17:33 -04:00
|
|
|
# Date created: 17 August 1998
|
1998-10-20 04:39:43 -04:00
|
|
|
# Whom: Oleg Safiullin <form@OpenBSD.ORG>
|
1998-08-17 01:17:33 -04:00
|
|
|
#
|
1998-11-29 15:27:11 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 1998/11/29 20:27:11 niklas Exp $
|
1998-08-17 01:17:33 -04:00
|
|
|
# FreeBSD: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp
|
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= ntop-0.4-src
|
|
|
|
PKGNAME= ntop-0.4
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://jake.unipi.it/~deri/ntop/
|
|
|
|
|
1998-10-20 04:39:43 -04:00
|
|
|
MAINTAINER= form@OpenBSD.ORG
|
1998-08-17 01:17:33 -04:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
ALL_TARGET=
|
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
|
|
|
|
MAN8= ntop.8
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/sbin/ntop
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|