mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
23 lines
457 B
Makefile
23 lines
457 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/
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Utilities to send SAS Serial Management Protocol requests
|
|
|
|
USES= gmake libtool tar:tgz
|
|
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>
|