mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
321adfe638
via INSTALL_TARGET variable to install ntop's manpage as well. While I'm at it, compress the manpage as well via MAN8 setting.
27 lines
548 B
Makefile
27 lines
548 B
Makefile
# New ports collection makefile for: ntop
|
|
# Version required: 0.2.2
|
|
# Date created: 10 August 1998
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/08/11 02:59:56 mph Exp $
|
|
#
|
|
|
|
DISTNAME= ntop-0.4-src
|
|
PKGNAME= ntop-0.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://jake.unipi.it/~deri/ntop/
|
|
|
|
MAINTAINER= billf@chc-chimes.com
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
USE_AUTOCONF= yes
|
|
ALL_TARGET=
|
|
INSTALL_TARGET= install install-man
|
|
|
|
MAN8= ntop.8
|
|
|
|
post-install:
|
|
strip ${PREFIX}/sbin/ntop
|
|
|
|
.include <bsd.port.mk>
|