aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nvramtool/Makefile
blob: 1dcbbb927beb15f1f107cd71df563d96cf3850e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Andrey Zonov <andrey@zonov.org>

PORTNAME=	nvramtool
PORTVERSION=	r6440
CATEGORIES=	sysutils
MASTER_SITES=	http://www.zonov.org/${PORTNAME}/

MAINTAINER=	zont@FreeBSD.org
COMMENT=	Utility for reading, writing the contents of CMOS memory

USES=		gmake tar:bzip2

ONLY_FOR_ARCHS=	amd64 i386

PLIST_FILES=	bin/${PORTNAME} \
		man/man8/${PORTNAME}.8.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/cli/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8

.include <bsd.port.mk>