mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
26 lines
545 B
Makefile
26 lines
545 B
Makefile
# New ports collection makefile for: cciss_vol_status
|
|
# Date created: 7 Sep 2007
|
|
# Whom: mm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cciss_vol_status
|
|
PORTVERSION= 1.09
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/cciss/${PORTNAME}
|
|
|
|
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
|
|
|
|
.if !exists(${SRC_BASE}/sys/dev/ciss/cissio.h)
|
|
IGNORE= cciss_vol_status requires kernel sources of the ciss driver
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|