1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/openistgt/Makefile
Xin LI fd249f572a Make it possible to reload configuration without stopping and restarting
istgt, which could distrub e.g. Xen clients when they are actively doing
I/O.

The patch that implements the underlying functionality was written by Kun
Huang, sponsored by Applied Operations, LLC.

PR:		ports/165844
Approved by:	maintainer timeout
Feature safe:	yes
2012-03-23 00:03:54 +00:00

48 lines
998 B
Makefile

# New ports collection makefile for: istgt
# Date created: 2009-02-23
# Whom: Daisuke Aoyama <aoyama@peach.ne.jp>
#
# $FreeBSD$
#
PORTNAME= istgt
PORTVERSION= 20111008
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.peach.ne.jp/archives/istgt/
MAINTAINER= aoyama@peach.ne.jp
COMMENT= An iSCSI target for FreeBSD
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
GNU_CONFIGURE= yes
MAN1= istgt.1
MANCOMPRESSED= yes
PLIST_FILES= bin/istgt \
bin/istgtcontrol \
etc/rc.d/istgt \
%%ETCDIR%%/auth.conf.sample \
%%ETCDIR%%/istgt.conf.sample \
%%ETCDIR%%/istgt.large.conf.sample \
%%ETCDIR%%/istgtcontrol.conf.sample
PLIST_DIRS= %%ETCDIR%%
PORTDOCS= ${DOCS:T}
DOCS= ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp
post-extract:
@${REINPLACE_CMD} -e '/\/doc\/istgt/d' ${WRKSRC}/doc/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>