1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/sysutils/smp_utils/Makefile
Nuno Teixeira c8aa86556f sysutils/smp_utils: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-22 20:18:19 +00:00

20 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>