620968a43a
Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
24 lines
478 B
Makefile
24 lines
478 B
Makefile
# Created by: Xin LI <delphij@FreeBSD.org>
|
|
|
|
PORTNAME= sdparm
|
|
PORTVERSION= 1.12
|
|
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>
|