Files
bsdports/devel/stm32flash/Makefile
2022-09-12 09:26:12 +02:00

17 lines
313 B
Makefile

PORTNAME= stm32flash
DISTVERSION= 0.7
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Flash program for STM32 using the ST serial bootloader
GNU_CONFIGURE= yes
USES= gmake autoreconf
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/stm32flash
.include <bsd.port.mk>