blob: b8e21f40f0370b669d82b71d5ff68ea2d06aa5f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= sdparm
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
MAINTAINER= delphij@FreeBSD.org
COMMENT= Utilities to access SCSI device parameters
WWW= https://sg.danny.cz/sg/sdparm.html
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 \
share/man/man8/sas_disk_blink.8.gz \
share/man/man8/sdparm.8.gz
.include <bsd.port.mk>
|