aboutsummaryrefslogtreecommitdiffstats
path: root/net/nbd-server/Makefile
blob: 228f29b180e5a2a4948b729e78d1c14f2df929f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
PORTREVISION=   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)

WRKSRC=     ${WRKDIR}/nbd-2.6

HAS_CONFIGURE=  yes
PLIST_FILES=    bin/nbd-server
CONFIGURE_ARGS+=    --prefix=${PREFIX}
USE_GMAKE=  yes

post-extract:
    ${CP} ${FILESDIR}/nbd.h ${WRKSRC}

.include <bsd.port.mk>