1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/sg3_utils/Makefile
Matthias Andree e1657aa13f - Convert to STAGING.
- Strip installed .so libs.
- Fix up shebang lines of scsi_* scripts.
- USE_GMAKE -> USES=

Approved by: portmgr@ (implicit, blanket)
2014-01-13 19:06:58 +00:00

23 lines
458 B
Makefile

# Created by: Denis Barov <dindin@dindin.ru>
# $FreeBSD$
PORTNAME= sg3_utils
PORTVERSION= 1.37
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
EXTRACT_SUFX= .tgz
MAINTAINER= delphij@FreeBSD.org
COMMENT= Set of utilities that send SCSI commands to devices
USES= gmake shebangfix
SHEBANG_FILES= scripts/scsi_*
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsgutils2.so.2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>