2001-07-07 09:53:27 +00:00
|
|
|
# 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
|
2002-06-07 17:20:17 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR=dinoex
|
2001-07-07 09:53:27 +00:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 18:26:42 +00:00
|
|
|
COMMENT= Flash kernels and romdisks to the Agenda VR3
|
2001-07-07 09:53:27 +00:00
|
|
|
|
2002-01-28 07:31:04 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-07-07 09:53:27 +00:00
|
|
|
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)
|
2002-01-05 23:43:13 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2001-07-07 09:53:27 +00:00
|
|
|
.for i in ${DOCS}
|
2002-01-05 23:43:13 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}/
|
2001-07-07 09:53:27 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|