31 lines
659 B
Makefile
Raw Normal View History

2019-05-11 15:31:32 +00:00
# $OpenBSD: Makefile,v 1.24 2019/05/11 15:31:32 sthen Exp $
ONLY_FOR_ARCHS = amd64 i386
COMMENT = reference implementation of ACPI tools
2019-05-11 15:31:32 +00:00
DISTNAME = acpica-unix-20190509
2017-03-18 21:37:55 +00:00
PKGNAME = ${DISTNAME:S/-unix//}
CATEGORIES = devel
HOMEPAGE = https://acpica.org/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
2017-03-18 21:37:55 +00:00
# BSD-ish (or GPLv2 or Intel's own license: triple-licensed)
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c pthread
MASTER_SITES = https://acpica.org/sites/acpica/files/
USE_GMAKE = Yes
2015-11-19 20:17:15 +00:00
BUILD_DEPENDS = devel/bison
2019-03-06 15:40:55 +00:00
MAKE_FLAGS = CC="${CC}"
2014-05-20 17:02:30 +00:00
FAKE_FLAGS = DESTDIR=
do-test:
cd ${WRKSRC}/tests/templates && sh templates.sh 1
.include <bsd.port.mk>