aboutsummaryrefslogtreecommitdiffstats
path: root/net/nbd-server/Makefile
blob: 82491bf3cb7ea90ff8fbaa6b2cde592433d576e3 (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
# Created by: Christian Laursen <xi@borderworlds.dk>
# $FreeBSD$

PORTNAME=   nbd-server
PORTVERSION=    2.8.5
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= net
MASTER_SITES=   SF/nbd/nbd/${PORTVERSION}
DISTNAME=   nbd-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Server for the Linux network block device (nbd)

USE_BZIP2=  yes
USE_GNOME=  glib20
USES=       pkgconfig
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lfs --enable-syslog

PLIST_FILES=    bin/nbd-server
MAN1=       nbd-server.1

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

.include <bsd.port.mk>