1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net-mgmt/nefu/Makefile
David E. O'Brien f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00

34 lines
830 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= krion@FreeBSD.org
COMMENT= A network monitoring daemon
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${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=13
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>