blob: 437e5605f867ab78a4d5073c785a89424db7cd52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.9 2005/06/01 18:03:21 jlam Exp $
#
DISTNAME= bbsload-0.2.6
CATEGORIES= sysutils x11 wm
MASTER_SITES= http://bbtools.windsofstorm.net/sources/
MAINTAINER= pino@dohd.org
HOMEPAGE= http://bbtools.windsofstorm.net/
COMMENT= Small (in dimensions) tool to display the average load
GNU_CONFIGURE= YES
USE_X11BASE= YES
.include "../../mk/x11.buildlink3.mk"
post-install:
${INSTALL_MAN} ${WRKSRC}/bbsload.1 ${PREFIX}/man/man1/bbsload.1
.include "../../mk/bsd.pkg.mk"
|