1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/vblade/Makefile
Max Khon da8f955a78 New port: The vblade is the virtual EtherDrive (R) blade, a program that
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.
2010-09-14 13:33:53 +00:00

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>