diff options
Diffstat (limited to 'net/iet/Makefile')
-rw-r--r-- | net/iet/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net/iet/Makefile b/net/iet/Makefile deleted file mode 100644 index b4a5ab689ac7..000000000000 --- a/net/iet/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Xin LI <delphij@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= iet -PORTVERSION= 1.4.20.2 -PORTREVISION= 10 -CATEGORIES= net kld -MASTER_SITES= SF/iscsitarget/iscsitarget/${PORTVERSION}/ -DISTNAME= iscsitarget-${PORTVERSION} - -PATCH_SITES= LOCAL/delphij -PATCHFILES= ${PORTNAME}-${PORTVERSION}.diff.bz2 -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= The iSCSI Enterprise Target - -LICENSE= GPLv2 - -DEPRECATED= Upstream no longer active -EXPIRATION_DATE= 2016-12-31 - -SSP_UNSAFE= kernel module does not support ssp -BUILD_WRKSRC= ${WRKSRC}/freebsd -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -USE_RC_SUBR= ietd -USES= kmod uidfix - -KMODDIR= ${PREFIX}/modules -PLIST_SUB+= KMODDIR=${KMODDIR} -MAKE_ENV+= KMODDIR=${KMODDIR} DATADIR=${DATADIR} SYSDIR="${SRC_BASE}/sys" - -IET_CONF_FILES= ietd.conf initiators.allow initiators.deny targets.allow - -.if !exists(${SRC_BASE}/sys/Makefile) -IGNORE= requires kernel sources to build -.endif - -pre-install: - ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${KMODDIR} ${STAGEDIR}${ETCDIR} - -.include <bsd.port.mk> |