pkgsrc/sysutils/hal-info/Makefile
jmcneill 75c71fbdae Import hal-info version 20081022.
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.
2008-11-22 13:04:41 +00:00

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"