freebsd-ports/comms/vrflash/Makefile

32 lines
652 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= vrflash
PORTVERSION= 0.20
CATEGORIES= comms
2002-06-07 19:20:17 +02:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=dinoex
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= Flash kernels and romdisks to the Agenda VR3
2010-06-04 15:49:15 +02:00
LICENSE= GPLv2
GNU_CONFIGURE= yes
DOCS= agenda-flashing-overview.txt troubleshooting.txt \
pmon-protect-unprotect.txt usage.txt
OPTIONS_DEFINE= DOCS
2013-10-27 23:29:46 +01:00
.include <bsd.port.options.mk>
do-install:
2013-10-27 23:29:46 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/vrflash ${STAGEDIR}${PREFIX}/bin/
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${DOCS}
2013-10-27 23:29:46 +01:00
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>