mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
a33fbe7510
in Linux kernel versions 2.5+ that exposes a system's device tree. WWW: http://linux-diag.sourceforge.net/Sysfsutils.html PR: ports/120414 Submitted by: Gea-Suan Lin <gslin at gslin.org>
23 lines
390 B
Makefile
23 lines
390 B
Makefile
# New ports collection makefile for: sysfsutils
|
|
# Date created: 2008-02-08
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sysfsutils
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= linux-diag
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= System Utilities Based on Sysfs
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= systool.1
|
|
|
|
.include <bsd.port.mk>
|