pkgsrc/sysutils/toshutils/Makefile
hubertf b4c3fd23b9 The Toshiba Linux utilities are specific to Toshiba laptops, and
will not run on laptops from other manufactures. Tools are included
to turn the fan on/off, etc.

*** Right now I consider this pkg to be in beta state. Any feedback,
*** patches preferred! :-)
1999-12-20 03:05:14 +00:00

21 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1999/12/20 03:05:14 hubertf Exp $
#
DISTNAME= toshutils-991217
CATEGORIES= sysutils
MASTER_SITES= http://www.ne426pd.in2home.co.uk/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.buzzard.org.uk/toshiba/
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= YES
post-install:
${INSTALL_MAN_DIR} ${PREFIX}/share/doc/toshutils
.for f in ac.gif battery.gif hand.gif display.html machine.html modules.html size.html space.html style.html tuxtime.html whatis.html hci.tex sci.tex toshiba.tex
${INSTALL_MAN} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/toshutils
.endfor
.include "../../mk/bsd.pkg.mk"