2003-12-29 16:19:45 +01:00
|
|
|
# New ports collection makefile for: nbd-server
|
|
|
|
# Date created: 14 december 2003
|
|
|
|
# Whom: Christian Laursen <xi@borderworlds.dk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nbd-server
|
2006-11-08 03:19:43 +01:00
|
|
|
PORTVERSION= 2.8.5
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2006-11-08 03:19:43 +01:00
|
|
|
PORTEPOCH= 1
|
2003-12-29 16:19:45 +01:00
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/nbd/nbd/${PORTVERSION}
|
2004-07-03 01:21:53 +02:00
|
|
|
DISTNAME= nbd-${PORTVERSION}
|
2003-12-29 16:19:45 +01:00
|
|
|
|
2006-11-08 03:19:43 +01:00
|
|
|
MAINTAINER= rebehn@ant.uni-bremen.de
|
2012-07-25 13:24:09 +02:00
|
|
|
COMMENT= Server for the Linux network block device (nbd)
|
2003-12-29 16:19:45 +01:00
|
|
|
|
2005-01-12 05:46:07 +01:00
|
|
|
USE_BZIP2= yes
|
2005-11-01 22:06:53 +01:00
|
|
|
USE_GNOME= glib20
|
2006-11-08 03:19:43 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lfs --enable-syslog
|
2003-12-29 16:19:45 +01:00
|
|
|
|
2005-11-01 22:06:53 +01:00
|
|
|
PLIST_FILES= bin/nbd-server
|
2005-01-12 05:46:07 +01:00
|
|
|
MAN1= nbd-server.1
|
|
|
|
|
2003-12-29 16:19:45 +01:00
|
|
|
post-extract:
|
2005-11-01 22:06:53 +01:00
|
|
|
@${CP} ${FILESDIR}/nbd.h ${WRKSRC}
|
2003-12-29 16:19:45 +01:00
|
|
|
|
2005-12-22 22:02:12 +01:00
|
|
|
.include <bsd.port.mk>
|