mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
dadcf8c0a7
- Bump PORTEPOCH. - Submitter takes maintainership. PR: ports/103673 Submitted by: Heinrich Rebehn <rebehn@ant.uni-bremen.de> Approved by: Christian Laursen <xi@borderworlds.dk> (maintainer)
32 lines
713 B
Makefile
32 lines
713 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.5
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= nbd
|
|
DISTNAME= nbd-${PORTVERSION}
|
|
|
|
MAINTAINER= rebehn@ant.uni-bremen.de
|
|
COMMENT= A server for the linux network block device (nbd)
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= glib20
|
|
USE_GETOPT_LONG=yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --enable-lfs --enable-syslog
|
|
|
|
PLIST_FILES= bin/nbd-server
|
|
MAN1= nbd-server.1
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/nbd.h ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|