pkgsrc/sysutils/scsiinfo/Makefile
grant 9398df20f5 Initial import of scsiinfo-4.7 into the NetBSD packages collection.
Scsiinfo displays information about SCSI devices attached to a given system,
as seen by a supported SCSI device driver.  For each target known to the SCSI
host adapter, scsiinfo reports SCSI transfer information for the device.  In
particular, when a target supports synchronous transfer, the negotiated
maximum transfer rate (in MB/sec) is reported.  Scsiinfo can also report the
type and speed of each supported host adapter attached to the system.

Scsiinfo is ONLY_FOR_PLATFORM SunOS.
2002-08-20 15:45:04 +00:00

27 lines
701 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/08/20 15:45:04 grant Exp $
DISTNAME= scsiinfo-4.7
PKGNAME= ${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= http://www.cs.toronto.edu/pub/jdd/scsiinfo/
EXTRACT_SUFX= .shar
MAINTAINER= grant@netbsd.org
HOMEPAGE= ${MASTER_SITES}
COMMENT= displays information about SCSI devices attached to a system
ONLY_FOR_PLATFORM= SunOS-*-*
do-extract:
${MKDIR} ${WRKSRC}; cd ${WRKSRC}; \
${SH} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} >/dev/null
pre-build:
cd ${WRKSRC}; ./mkadapters esp isp fas glm ptisp pln > adapters
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scsiinfo ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/scsiinfo.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"