summaryrefslogtreecommitdiffstats
path: root/net/ntop/Makefile
blob: c4e6aa3eea82615dd4708bd19f2b8aec4989aee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# New ports collection makefile for:   ntop
# Date created:        10 August 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=	ntop
PORTVERSION=	2.0
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.ntop.org/pub/local/ntop/source/ \
		ftp://ftp.us.ntop.org/pub/ntop/source/ \
		ftp://ftp.au.ntop.org/pub/ntop/source/ \
		ftp://ftp.de.ntop.org/pub/ntop/source/ \
		ftp://ftp.fr.ntop.org/mirrors/networking/ntop/source/ \
		ftp://ftp.jp.ntop.org/pub/ntop/source/
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
EXTRACT_SUFX=	.tgz

MAINTAINER=	wjv@FreeBSD.org

# Besides the required dependencies listed here, this port can optionally
# make use of sysutils/lsof and security/nmap if installed.
BUILD_DEPENDS=	${LOCALBASE}/lib/libgdchart.a:${PORTSDIR}/graphics/gdchart
RUN_DEPENDS=	${LOCALBASE}/lib/libgdchart.a:${PORTSDIR}/graphics/gdchart
LIB_DEPENDS=	gdbm.2:${PORTSDIR}/databases/gdbm

# ntop will store its database files in ${DBDIR}/ntop/
DBDIR?=		/var/db

WRKSRC=		${WRKDIR}/${PORTNAME}
USE_AUTOMAKE=	yes
USE_GMAKE=	yes
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes
CONFIGURE_ARGS=	--localstatedir=${DBDIR} \
		--with-gdbm-root=${LOCALBASE} \
		--with-gdchart-root=${LOCALBASE} \

.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400014
LIB_DEPENDS+=	ssl.2:${PORTSDIR}/security/openssl
CONFIGURE_ARGS+=	--with-ossl-root=${LOCALBASE}
.endif

MAN1=		intop.1
MAN8=		ntop.8 ntop-rules.8

# Remove included dependencies as a precaution against polluting the
# configuration.  Not strictly necessary.
pre-configure:
	@ ${RM} -rf ${WRKDIR}/gdchart*

post-install:
	@ ${MKDIR} ${DBDIR}/ntop
	@ ${MKDIR} ${PREFIX}/etc/rc.d
	@ ${SED} -e "s#%%PREFIX%%#${PREFIX}#g" ${FILESDIR}/ntop.sh > \
	  ${WRKDIR}/ntop.sh
	@ ${INSTALL_SCRIPT} ${WRKDIR}/ntop.sh ${PREFIX}/etc/rc.d

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud