blob: 4d9f1c50a371fe61c1241e5d374778e1f6839b5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= sg3_utils
DISTVERSION= 1.47
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of utilities that send SCSI commands to devices
WWW= https://sg.danny.cz/sg/sg3_utils.html
LICENSE= BSD2CLAUSE GPLv2+
LICENSE_COMB= multi
LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/BSD_LICENSE
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
USES= gmake libtool shebangfix tar:tgz
USE_LDCONFIG= yes
SHEBANG_FILES= scripts/*
GNU_CONFIGURE= yes
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsgutils2*.so.*
.include <bsd.port.mk>
|