blob: eef7cdf1a13e5e587f017eed82cc18769ca4805a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Andrey Zonov <andrey@zonov.org>
# $FreeBSD$
PORTNAME= nvramtool
PORTVERSION= r6440
CATEGORIES= sysutils
MASTER_SITES= http://www.zonov.org/${PORTNAME}/
MAINTAINER= zont@FreeBSD.org
COMMENT= A utility for reading, writing the contents of CMOS memory
USE_BZIP2= yes
USE_GMAKE= yes
ONLY_FOR_ARCHS= amd64 i386
PLIST_FILES= bin/${PORTNAME}
MAN8= ${PORTNAME}.8
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cli/${MAN8} ${MANPREFIX}/man/man8
.include <bsd.port.mk>
|