openbsd-ports/net/ntop/Makefile
1998-08-17 05:17:33 +00:00

28 lines
573 B
Makefile

# Ports makefile for: ntop
# Version required: 0.2.2
# Date created: 17 August 1998
# Whom: Oleg Safiullin <form@vs.itam.nsc.ru>
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/08/17 05:17:33 form Exp $
# 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/
MAINTAINER= form@vs.itam.nsc.ru
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>