freebsd-ports/sysutils/sg3_utils/Makefile
2014-06-14 07:13:28 +00:00

22 lines
466 B
Makefile

# Created by: Denis Barov <dindin@dindin.ru>
# $FreeBSD$
PORTNAME= sg3_utils
PORTVERSION= 1.39
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 libtool 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>