blob: 8819f04d9cc68e56779fff0b80f94c6ed1d21d2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= stm32flash
DISTVERSION= 0.6
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Flash program for STM32 using the ST serial bootloader
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt
USES= gmake
PLIST_FILES= bin/stm32flash \
share/man/man1/stm32flash.1.gz
post-stage:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/stm32flash
.include <bsd.port.mk>
|