summaryrefslogtreecommitdiff
path: root/comms/vrflash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/vrflash/Makefile')
-rw-r--r--comms/vrflash/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile
new file mode 100644
index 000000000000..d2a2bbd7c4c3
--- /dev/null
+++ b/comms/vrflash/Makefile
@@ -0,0 +1,28 @@
+# 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= http://www.apex.net/~jeff/agenda-utils/vrflash-unix/
+
+MAINTAINER= dinoex@FreeBSD.org
+
+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} ${PREFIX}/share/doc/${PORTNAME}
+.for i in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/${PORTNAME}/
+.endfor
+.endif
+
+.include <bsd.port.mk>