mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0f2bcaf415
Spotted by: ato@iem.pw.edu.pl Feature safe: yes
45 lines
922 B
Makefile
45 lines
922 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}
|
|
PORTREVISION= 1
|
|
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,^/,,}
|
|
SUB_LIST= KMODDIR=${KMODDIR}
|
|
SUB_FILES= pkg-deinstall
|
|
MAKE_ENV+= KMODDIR=${KMODDIR}
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN8= ${PORTNAME}.8
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.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}
|
|
|
|
.include <bsd.port.post.mk>
|