aboutsummaryrefslogtreecommitdiff
path: root/devel/sysfsutils/Makefile
blob: ab59154d081b4a659df5b2377490cfe429d4d701 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	sysfsutils
PORTVERSION=	2.1.0
PORTREVISION=	3
CATEGORIES=	devel
MASTER_SITES=	SF/linux-diag/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	System Utilities Based on Sysfs

GNU_CONFIGURE=	yes
USES=		libtool
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>