mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
f6ebc73e9d
- restore upstream
28 lines
591 B
Makefile
28 lines
591 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vrflash
|
|
PORTVERSION= 0.24
|
|
CATEGORIES= comms
|
|
MASTER_SITES= SF/agos/vrflash/${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Flash kernels and romdisks to the Agenda VR3
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
DOCS= agenda-flashing-overview.txt troubleshooting.txt \
|
|
pmon-protect-unprotect.txt usage.txt
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/vrflash ${STAGEDIR}${PREFIX}/bin/
|
|
do-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for i in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}/
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|