f0fb0ecbbe
PR: ports/68575 Submitted by: Wouter Verhelst <wouter@grep.be> Modified by: Christian Laursen <xi@borderworlds.dk> (maintainer)
25 lines
597 B
Makefile
25 lines
597 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.7.1
|
|
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)
|
|
|
|
HAS_CONFIGURE= yes
|
|
PLIST_FILES= bin/nbd-server
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX} --enable-lfs --enable-syslog
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/nbd.h ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|