mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
24 lines
543 B
Makefile
24 lines
543 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
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|