pkgsrc/net/bmon/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

39 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:02 rillig Exp $
#
DISTNAME= bmon-2.0.1
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://people.suug.ch/~tgr/bmon/files/
MAINTAINER= hsaliak@gmail.com
HOMEPAGE= http://people.suug.ch/~tgr/bmon/
COMMENT= Bmon is an interface bandwidth monitor
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
MAKE_FILE= GNUmakefile
USE_TOOLS+= gmake
# In NetBSD 1.6.x the native curses implementation has problems with bmon.
# So mark it as incompatible and link bmon against the
# 3rd party ncurses library in NetBSD 1.6.x.
INCOMPAT_CURSES= NetBSD-1.6*-*
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/bmon
CONF_FILES= ${EGDIR}/bmon.conf ${PKG_SYSCONFDIR}/bmon.conf
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/bmon ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/bmon.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bmon
${INSTALL_DATA} ${WRKSRC}/etc/bmon.conf \
${PREFIX}/share/examples/bmon/bmon.conf
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"