freebsd-ports/sysutils/cciss_vol_status/Makefile
Jason Helfman 8749299a3f - pass maintainership to submitter
PR:	170781
Submitted by:	fw@moov.de
2012-08-20 16:03:59 +00:00

30 lines
622 B
Makefile

# New ports collection makefile for: cciss_vol_status
# Date created: 7 Sep 2007
# Whom: mm
#
# $FreeBSD$
#
PORTNAME= cciss_vol_status
PORTVERSION= 1.10
CATEGORIES= sysutils
MASTER_SITES= SF/cciss/${PORTNAME}
MAINTAINER= fw@moov.de
COMMENT= Reports status of logical drives on ciss(4) controllers
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
MAN8= cciss_vol_status.8
PLIST_FILES= bin/cciss_vol_status
.include <bsd.port.pre.mk>
.if !exists(${SRC_BASE}/sys/dev/ciss/cissio.h)
IGNORE= cciss_vol_status requires kernel sources of the ciss driver
.endif
.include <bsd.port.post.mk>