21 lines
508 B
Makefile
21 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:48 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= bbsload-0.2.6
|
|
PKGREVISION= 1
|
|
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"
|