pkgsrc/net/slurm/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

25 lines
714 B
Makefile

# $NetBSD: Makefile,v 1.12 2007/01/07 09:14:06 rillig Exp $
#
DISTNAME= slurm-0.3.3
CATEGORIES= net
MASTER_SITES= http://www.wormulon.net/files/code/slurm/
MAINTAINER= mail@eckigesauge.de
HOMEPAGE= http://www.raisdorf.net/projects/slurm/
COMMENT= Realtime traffic statistics
GNU_CONFIGURE= YES
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/slurm ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/slurm.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/slurm
for theme in black blue cyan foo; do \
${INSTALL_DATA} ${WRKSRC}/themes/$${theme}.theme ${PREFIX}/share/slurm ; \
done
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"