mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e1657aa13f
- Strip installed .so libs. - Fix up shebang lines of scsi_* scripts. - USE_GMAKE -> USES= Approved by: portmgr@ (implicit, blanket)
23 lines
458 B
Makefile
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>
|