blob: 1cd6b452b5fd59c5e27c4b2d3674103f27293395 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Xin LI <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= sdparm
PORTVERSION= 1.10
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
MAINTAINER= delphij@FreeBSD.org
COMMENT= Utilities to access SCSI device parameters
LICENSE= BSD3CLAUSE
USE_LDCONFIG= yes
USES= shebangfix tar:tgz
GNU_CONFIGURE= yes
SHEBANG_FILES= scripts/sas_disk_blink
PLIST_FILES= bin/sas_disk_blink \
bin/sdparm \
man/man8/sas_disk_blink.8.gz \
man/man8/sdparm.8.gz
.include <bsd.port.mk>
|