pkgsrc-wip/acpiclient/Makefile
Ruben Gonzalez Arnau 4b15d4bd0e Import acpi-1.5nb1 as wip/acpiclient.
This is an acpi client for Linux, attempts to replicate
the functionality of the 'old' apm command on ACPI system
including battery and thermal information.
2011-01-02 16:38:53 +00:00

20 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/01/02 16:38:53 rubengonzalez Exp $
#
DISTNAME= acpi-1.5
PKGREVISION= 1
CATEGORIES= linux sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=acpiclient/}
MAINTAINER= rga@sdf.lonestar.org
HOMEPAGE= http://acpiclient.sourceforge.net/
COMMENT= This is an acpi client for Linux
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
ONLY_FOR_PLATFORM= Linux-*-*
.include "../../mk/bsd.pkg.mk"