7796e40150
Acpicatools contains some Intel ACPICA-based utilities for FreeBSD, such as ASL compiler and AML debugger.
21 lines
497 B
Makefile
21 lines
497 B
Makefile
# New ports collection makefile for: acpicatools
|
|
# Date created: 25 Jun 2001
|
|
# Whom: Mitsuru IWASAKI <iwasaki@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= acpicatools
|
|
PORTVERSION= 20010615.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.FreeBSD.org/~iwasaki/acpi/ \
|
|
ftp://download.intel.com/technology/iapc/acpi/downloads/ \
|
|
${MASTER_SITE_PORTS_JP}
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
acpica-unix-20010615.tar.gz
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
MAINTAINER= iwasaki@FreeBSD.org
|
|
|
|
.include <bsd.port.mk>
|