b6dd6ec2bd
version x.y.z. No functionally changes, only version name scheme differ.
24 lines
743 B
Makefile
24 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.15 2007/12/06 02:11:26 obache Exp $
|
|
#
|
|
|
|
DISTNAME= toshutils-991217
|
|
PKGREVISION= 4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # http://www.buzzard.me.uk/toshiba/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.buzzard.me.uk/toshiba/
|
|
COMMENT= NetBSD port of the Toshiba(tm) Linux Utilities
|
|
|
|
ONLY_FOR_PLATFORM= *-*-i386
|
|
|
|
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 "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|