blob: 8d2be3a9c5f1320dcd99b18e221e81c454bae5b3 (
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
30
31
|
# Created by: Christian Laursen <xi@borderworlds.dk>
# $FreeBSD$
PORTNAME= nbd
PORTVERSION= 3.5
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= SF
PKGNAMESUFFIX= -server
MAINTAINER= 5u623l20@gmail.com
COMMENT= Server for the Linux network block device (nbd)
LICENSE= GPLv2
USE_BZIP2= yes
USES= pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-lfs --enable-syslog
PLIST_FILES= bin/nbd-server bin/nbd-trdump \
man/man1/nbd-server.1.gz \
man/man1/nbd-trdump.1.gz \
man/man5/nbd-server.5.gz \
man/man8/nbd-client.8.gz
regression-test: build
cd ${WRKSRC} && ${MAKE} check
.include <bsd.port.mk>
|