freebsd-ports/sysutils/cciss_vol_status/Makefile

31 lines
629 B
Makefile
Raw Normal View History

# New ports collection makefile for: cciss_vol_status
# Date created: 7 Sep 2007
# Whom: mm
#
# $FreeBSD$
#
PORTNAME= cciss_vol_status
2012-08-16 10:16:46 +02:00
PORTVERSION= 1.10
CATEGORIES= sysutils
2009-12-06 18:21:35 +01:00
MASTER_SITES= SF/cciss/${PORTNAME}
2012-08-16 10:16:46 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Reports status of logical drives on ciss(4) controllers
2011-03-23 16:53:22 +01:00
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>