21 lines
397 B
Makefile
21 lines
397 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/linux-diag/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= System Utilities Based on Sysfs
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= systool.1
|
|
|
|
.include <bsd.port.mk>
|