blob: 70fcb43ea3855084a25255816e712d8f428d253a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Denis Barov <dindin@dindin.ru>
# $FreeBSD$
PORTNAME= sg3_utils
PORTVERSION= 1.40
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
MAINTAINER= delphij@FreeBSD.org
COMMENT= Set of utilities that send SCSI commands to devices
USES= gmake libtool shebangfix tar:tgz
SHEBANG_FILES= scripts/scsi_*
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsgutils2.so.2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|