1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/cad/stm32flash/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
395 B
Makefile

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>