freebsd-ports/sysutils/graid5/Makefile
Mark Linimon 012a9eb5e9 Restore usage of SRC_BASE lost in r1.5.
Hat:		portmgr
Feature safe:	yes
2011-12-12 00:34:41 +00:00

42 lines
856 B
Makefile

# New ports collection makefile for: graid5
# Date created: 09 Nov 2010
# Whom: Lev Serebryakov <lev@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= graid5
PORTVERSION= ${MAINVERSION}.${VERSIONDATE}
CATEGORIES= sysutils kld
MASTER_SITES= http://lev.serebryakov.spb.ru/download/graid5/
MAINTAINER= lev@FreeBSD.org
COMMENT= RAID5 geom class
USE_BZIP2= yes
NO_PACKAGE= should be recompiled for a particular FreeBSD kernel
MAINVERSION=1.1
VERSIONDATE=20110927.40
KMODDIR?= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,}
MAKE_ENV+= KMODDIR=${KMODDIR}
MANCOMPRESSED= yes
MAN8= ${PORTNAME}.8
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files
.elif !exists(${SRC_BASE}/sbin/geom/Makefile)
IGNORE= requires sbin source files
.endif
post-install:
kldxref ${KMODDIR}
post-deinstall:
kldxref ${KMODDIR}
.include <bsd.port.mk>