mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
19 lines
442 B
Makefile
19 lines
442 B
Makefile
PORTNAME= smp_utils
|
|
PORTVERSION= 0.99
|
|
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
|
|
WWW= https://sg.danny.cz/sg/smp_utils.html
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake libtool tar:xz
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|