Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / toshutils / Makefile
blobb9dfd81d098eeb6ac94c834d431dcdeef94d0c63
1 # $NetBSD: Makefile,v 1.17 2011/04/22 13:44:45 obache Exp $
4 DISTNAME= toshutils-991217
5 PKGREVISION= 5
6 CATEGORIES= sysutils
7 MASTER_SITES= # http://www.buzzard.me.uk/toshiba/downloads/
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 HOMEPAGE= http://www.buzzard.me.uk/toshiba/
11 COMMENT= NetBSD port of the Toshiba(tm) Linux Utilities
12 LICENSE= gnu-gpl-v2
14 ONLY_FOR_PLATFORM= *-*-i386
16 MAKE_JOBS_SAFE= no
18 GNU_CONFIGURE= YES
20 USE_TOOLS+= lex yacc
22 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/toshutils
24 post-install:
25 .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
26 ${INSTALL_MAN} ${WRKSRC}/doc/${f} ${DESTDIR}${PREFIX}/share/doc/toshutils
27 .endfor
29 .for p in alarm dispswitch fan hotkey tdocked thotswap tuxtime-conf
30 SPECIAL_PERMS+= bin/${p} ${SETUID_ROOT_PERMS}
31 .endfor
33 BUILDLINK_DEPMETHOD.libXt= build
34 .include "../../x11/libXt/buildlink3.mk"
35 .include "../../x11/gtk/buildlink3.mk"
36 .include "../../mk/bsd.pkg.mk"