mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
1bf865fed5
No revision bump tool that we have cleans them up or deals with them, so we end up with duplicated lines. Instead of implementing that just clean up the 51 ports that do this. PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if you need a reminder or placeholder.
39 lines
860 B
Makefile
39 lines
860 B
Makefile
# Created by: Peter Jeremy <peterjeremy@acm.org>
|
|
|
|
PORTNAME= mspdebug
|
|
PORTVERSION= 0.25.20200402
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= peterjeremy@acm.org
|
|
COMMENT= Debugger for use with MSP 430 MCUs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dlbeer
|
|
GH_TAGNAME= 493f38b
|
|
|
|
OPTIONS_DEFINE= READLINE LIBMSP430
|
|
OPTIONS_DEFAULT= READLINE LIBMSP430
|
|
LIBMSP430_DESC= Use TI libmsp430 USB driver
|
|
|
|
READLINE_USES= readline ncurses pkgconfig
|
|
READLINE_MAKE_ARGS_OFF= WITHOUT_READLINE=1
|
|
|
|
LIBMSP430_LIB_DEPENDS= libmsp430.so:devel/msp430-debug-stack
|
|
|
|
USES= compiler:c11 gmake
|
|
|
|
PLIST_FILES= bin/mspdebug \
|
|
man/man1/mspdebug.1.gz \
|
|
share/mspdebug/ti_3410.fw.ihex \
|
|
share/mspdebug/ti_3410.fw.txt \
|
|
share/doc/mspdebug/EmbeddedMode.txt \
|
|
share/doc/mspdebug/README
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-ltermcap||' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|