aboutsummaryrefslogtreecommitdiff
path: root/cad/stm32flash/Makefile
blob: 9093cfec133d2f86d44c488b41a450f428cb0e3c (plain) (blame)
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.7
CATEGORIES=	cad
MASTER_SITES=	SF/${PORTNAME}/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Flash program for STM32 using the ST serial bootloader
WWW=		https://sourceforge.net/projects/stm32flash/

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>