mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
25 lines
619 B
Makefile
25 lines
619 B
Makefile
# New ports collection makefile for: acpicatools
|
|
# Date created: 25 Jun 2001
|
|
# Whom: Mitsuru IWASAKI <iwasaki@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= acpicatools
|
|
PORTVERSION= 20021118.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.FreeBSD.org/~iwasaki/acpi/ \
|
|
http://developer.intel.com/technology/iapc/acpi/downloads/ \
|
|
${MASTER_SITE_PORTS_JP}
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
acpica-unix-20021118.tar.gz
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAINTAINER= iwasaki@FreeBSD.org
|
|
COMMENT= Some utilities for Intel ACPICA (Debugger, ASL Compiler and etc.).
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|