mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
da8f955a78
makes a seekable file available over an ethernet local area network (LAN) via the ATA over Ethernet (AoE) protocol. The seekable file is typically a block device like /dev/md0 but even regular files will work. Sparse files can be especially convenient. When vblade exports the block storage over AoE it becomes a storage target. Another host on the same LAN can access the storage if it has a compatible aoe kernel driver.
29 lines
628 B
Makefile
29 lines
628 B
Makefile
# Ports collection makefile for: Virtual EtherDrive(R) blade AoE target
|
|
# Date created: 14 Sep 2010
|
|
# Whom: Max Khon <fjoe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vblade
|
|
PORTVERSION= 20
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= aoetools/${PORTNAME}/${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= Virtual EtherDrive(R) blade AoE target
|
|
|
|
MAKE_ARGS= PLATFORM=freebsd\
|
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}"\
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}"\
|
|
INSTALL_MAN="${INSTALL_MAN}"
|
|
MAKEFILE= makefile
|
|
ALL_TARGET=
|
|
|
|
PLIST_FILES= sbin/vblade sbin/vbladed
|
|
MAN8= vblade.8
|
|
|
|
.include <bsd.port.mk>
|