hal-info is a small hal sub-package that provides the hardware data and quirks. These quirks are currently things like what mice support reporting battery status, what music players are supported and what cameras are detected.
18 lines
475 B
Makefile
18 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/11/22 13:04:41 jmcneill Exp $
|
|
#
|
|
|
|
DISTNAME= hal-info-20081022
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://hal.freedesktop.org/releases/
|
|
|
|
MAINTAINER= jmcneill@NetBSD.org
|
|
HOMEPAGE= http://hal.freedesktop.org/
|
|
COMMENT= FreeDesktop hardware abstraction layer (info subpackage)
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= xdg-1.4
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|