pkgsrc/devel/intel-iscsi/Makefile
agc 634b15bc68 Initial import of Intel's reference implementation of an iSCSI target (with
a userlevel iSCSI test-quality initiator).

	This project is Intel Lab's software reference implementation of
	iSCSI.  It has been tested to interoperate with the Cisco initiator,
	and conforms to RFC 3720.

	There are 3 forms of the iSCSI target that are produced:

		ufsdisk - standard iSCSI target
		ufsdisk_mmap - an mmap(2)-based iSCSI target
		uramdisk - a ramdisk iSCSI target

	and a testing-quality user-level iSCSI initiator called utest, which
	can exercise the targets above.
2005-10-30 21:02:57 +00:00

25 lines
716 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/10/30 21:02:57 agc Exp $
DISTNAME= iscsi-Jan15
PKGNAME= intel-iscsi-20040115
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=intel-iscsi/}
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/intel-iscsi
COMMENT= Intel Lab's software reference implementation of iSCSI RFC 3720
WRKSRC= ${WRKDIR}/IntelLabs-v20-011504
do-build:
cd ${WRKSRC}/src && ${MAKE} ufsdisk uramdisk ufsdisk_mmap usocktest utest ktest
do-install:
for f in ufsdisk uramdisk ufsdisk_mmap usocktest utest ktest; do \
${INSTALL_PROGRAM} ${WRKSRC}/src/$$f ${PREFIX}/bin; \
done
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"