freebsd-ports/sysutils/sdparm/Makefile
Xin LI cf9f01aab4 Add sdparm, a utility that permits inquiry or set SCSI/SAS disk parameters.
This is the same program running on Linux, Solaris, and even Windows.

Sponsored by:	iXsystems, Inc
2009-11-03 08:00:23 +00:00

24 lines
444 B
Makefile

# New ports collection makefile for: sdparm
# Date created: Nov 11, 2009
# Whom: Xin LI <delphij@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sdparm
PORTVERSION= 1.04
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_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAN8= sdparm.8
.include <bsd.port.mk>