mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# Created by: Xin LI <delphij@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdparm
|
|
PORTVERSION= 1.08
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://sg.danny.cz/sg/p/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Utilities to access SCSI device parameters
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/sas_disk_blink \
|
|
bin/sdparm \
|
|
man/man8/sas_disk_blink.8.gz \
|
|
man/man8/sdparm.8.gz
|
|
|
|
.include <bsd.port.mk>
|