freebsd-ports/sysutils/smp_utils/Makefile
Dmitry Marakasov 70733b7776 - Add LICENSE
- Drop 8.x support

Approved by:	portmgr blanket
2015-09-14 21:44:48 +00:00

20 lines
414 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
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool tar:tgz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>