1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/nvramtool/Makefile
Andrej Zverev b4536e866c - Update maintainer email address.
Submitted by:	maintainer via irc
2012-12-11 11:31:30 +00:00

31 lines
646 B
Makefile

# New ports collection makefile for: nvramtool
# Date created: 13 Mar 2011
# Whom: Andrey Zonov <andrey@zonov.org>
#
# $FreeBSD$
#
PORTNAME= nvramtool
PORTVERSION= r6440
CATEGORIES= sysutils
MASTER_SITES= http://www.zonov.org/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}
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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cli/${MAN8} ${MANPREFIX}/man/man8
.include <bsd.port.mk>