blob: 868a8efa1b1478ebd399543f3c3e622a2a1ae1f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: acpicatools
# Date created: 25 Jun 2001
# Whom: Mitsuru IWASAKI <iwasaki@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= acpicatools
PORTVERSION= 20030523.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-20030523.tar.gz
NO_WRKSUBDIR= yes
MAINTAINER= iwasaki@FreeBSD.org
COMMENT= Some utilities for Intel ACPICA (Debugger, ASL Compiler and etc.).
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN= "Does not compile on ia64 or amd64"
.endif
pre-install:
@${MKDIR} ${PREFIX}/man/man8
.include <bsd.port.post.mk>
|