pkgsrc/sysutils/hal-info/Makefile
wiz 92b4a6e496 *: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
2022-07-25 11:12:18 +00:00

26 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.31 2022/07/25 11:12:28 wiz Exp $
DISTNAME= hal-info-20091130
PKGREVISION= 10
CATEGORIES= sysutils
MASTER_SITES= http://hal.freedesktop.org/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.freedesktop.org/wiki/Software/hal/
COMMENT= FreeDesktop hardware abstraction layer (info subpackage)
LICENSE= gnu-gpl-v2 # OR Academic-Free-License-v2.1
# TEST_DEPENDS
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt perl
USE_LIBTOOL= YES
TEST_TARGET= check
# patched in configure
CHECK_PORTABILITY_SKIP+= configure.in
.include "../../mk/bsd.pkg.mk"