mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
34 lines
838 B
Makefile
34 lines
838 B
Makefile
# New ports collection makefile for: nefu
|
|
# Date created: 17.10.2003
|
|
# Whom: Kirill Ponomarew <krion@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nefu
|
|
PORTVERSION= 0.9.6
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://rsug.itd.umich.edu/software/nefu/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A network monitoring daemon
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} --disable-html
|
|
USE_OPENSSL= yes
|
|
USE_LIBTOOL_VER=15
|
|
|
|
MAN1= nefu.1
|
|
MAN4= nefu.conf.4
|
|
PLIST_FILES= bin/nefu
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/nefu.1 ${PREFIX}/man/man1
|
|
${INSTALL_MAN} ${WRKSRC}/nefu.conf.4 ${PREFIX}/man/man4
|
|
|
|
.include <bsd.port.mk>
|