aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sysfsutils/Makefile
blob: 5d1677c3ae03237a30781226bda43cb7ac73b170 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	sysfsutils
PORTVERSION=	2.1.0
PORTREVISION=	4
CATEGORIES=	devel
MASTER_SITES=	SF/linux-diag/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	System Utilities Based on Sysfs
WWW=		https://linux-diag.sourceforge.net/Sysfsutils.html

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES=		cpe libtool
CPE_VENDOR=	${PORTNAME}_project
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>