freebsd-ports/sysutils/smp_utils/Makefile
Dmitry Marakasov 456cf317f2 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 21:53:09 +00:00

23 lines
468 B
Makefile

# Created by: Xin LI <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= smp_utils
PORTVERSION= 0.98
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
EXTRACT_SUFX= .tgz
MAINTAINER= delphij@FreeBSD.org
COMMENT= Utilities to send SAS Serial Management Protocol requests
USES= gmake libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
IGNORE= requires FreeBSD 9.x
.endif
.include <bsd.port.post.mk>