mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
17 lines
313 B
Makefile
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>
|