1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/sysfsutils/Makefile
Martin Wilke a33fbe7510 These are a set of utilites built upon sysfs, a new virtual filesystem
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>
2008-02-17 12:43:37 +00:00

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>