695db4a30d
This is a server for the linux network block device (nbd). It allows linux to use a partition or a file over the network as a regular block device. PR: 60242 Submitted by: Christian Laursen <xi@borderworlds.dk>
27 lines
589 B
Makefile
27 lines
589 B
Makefile
# New ports collection makefile for: nbd-server
|
|
# Date created: 14 december 2003
|
|
# Whom: Christian Laursen <xi@borderworlds.dk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nbd-server
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= nbd
|
|
DISTNAME= nbd-${PORTVERSION}
|
|
|
|
MAINTAINER= xi@borderworlds.dk
|
|
COMMENT= A server for the linux network block device (nbd)
|
|
|
|
WRKSRC= ${WRKDIR}/nbd-2.6
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
USE_GMAKE= yes
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/nbd.h ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|