freebsd-ports/net/nbd-server/Makefile
Erwin Lansing 69cd18a848 Update to 2.8.3
PR:		91515
Submitted by:	Christian Laursen <xi@borderworlds.dk> (maintainer)
2006-01-08 17:37:25 +00:00

31 lines
672 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.8.3
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)
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= glib20
USE_GETOPT_LONG=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>