mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
19 lines
385 B
Makefile
19 lines
385 B
Makefile
# Created by: Xin LI <delphij@FreeBSD.org>
|
|
|
|
PORTNAME= smp_utils
|
|
PORTVERSION= 0.99
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://sg.danny.cz/sg/p/
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Utilities to send SAS Serial Management Protocol requests
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake libtool tar:xz
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|