mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
cf118ccf87
Reported by: lwhsu
21 lines
395 B
Makefile
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>
|