cf9f01aab4
This is the same program running on Linux, Solaris, and even Windows. Sponsored by: iXsystems, Inc
24 lines
444 B
Makefile
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>
|