mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
31 lines
673 B
Makefile
31 lines
673 B
Makefile
# New ports collection makefile for: vrflash
|
|
# Date created: 07.Jul 2001
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vrflash
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR=dinoex
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Flash kernels and romdisks to the Agenda VR3
|
|
|
|
GNU_CONFIGURE= yes
|
|
DOCS= agenda-flashing-overview.txt troubleshooting.txt \
|
|
pmon-protect-unprotect.txt usage.txt
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} -m 755 ${WRKSRC}/vrflash ${PREFIX}/bin/
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for i in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}/
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|