| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net/istgt/ |
Upload File : |
PORTNAME= istgt
PORTVERSION= 20150713
CATEGORIES= net
MASTER_SITES= http://www.peach.ne.jp/archives/istgt/
MAINTAINER= ports@FreeBSD.org
COMMENT= iSCSI target for openSUSE/Debian/NetBSD/FreeBSD
WWW= http://shell.peach.ne.jp/aoyama/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
GNU_CONFIGURE= yes
PORTDOCS= ${DOCFILES:T}
DOCFILES= ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp
SUB_FILES= pkg-message
OPTIONS_DEFINE= SYMLNKDEV VBOXVD DOCS
SYMLNKDEV_DESC= Allow symbolic link for device file
VBOXVD_DESC= VirtualBox VD support (no X11 required)
SYMLNKDEV_CONFIGURE_ON= --enable-symlink-device
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MVBOXVD}
VBOX_WRKSRC= `${MAKE} -C ${PORTSDIR}/emulators/virtualbox-ose -V WRKSRC`
RUN_DEPENDS+= ${LOCALBASE}/lib/virtualbox/VBoxRT.so:emulators/virtualbox-ose
BUILD_DEPENDS+= ${NONEXISTENT}:emulators/virtualbox-ose:patch
CONFIGURE_ARGS+= --with-vbox=${VBOX_WRKSRC}/include
.endif
post-extract:
@${REINPLACE_CMD} -e '/\/doc\/istgt/d' ${WRKSRC}/doc/Makefile.in
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>