23 lines
453 B
Makefile
23 lines
453 B
Makefile
|
# New ports collection makefile for: cciss_vol_status
|
||
|
# Date created: 7 Sep 2007
|
||
|
# Whom: mm
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= cciss_vol_status
|
||
|
PORTVERSION= 1.03
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= cciss
|
||
|
|
||
|
MAINTAINER= mm@FreeBSD.org
|
||
|
COMMENT= Reports status of logical drives on ciss(4) controllers
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
MAN8= cciss_vol_status.8
|
||
|
PLIST_FILES= bin/cciss_vol_status
|
||
|
|
||
|
.include <bsd.port.mk>
|