1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/mspdebug/Makefile
Pawel Pekala a24c3797de Update to 0.17
* Support for new chips: MSP430FR5739, MSP430F5418,
 MSP430AFE253, MSP430F5527, MSP430F5510, MSP430F5528.
 * New -s option to specify serial port
 * Bug fixes for GDB stub interface and simulator.
 * Reader now supports tilde-expansion and ^[# key.
 * Better diagnostics for FET devices (more error codes).

PR:		ports/161695
Submitted by:	Peter Jeremy <peterjeremy@acm.org> (maintainer)
2011-10-18 21:51:18 +00:00

35 lines
739 B
Makefile

# New ports collection makefile for: mspdebug
# Date created: 30 Jan 2011
# Whom: Peter Jeremy <peterjeremy@acm.org>
#
# $FreeBSD$
#
# Based on the OpenBSD port by: Jasper Lievisse Adriaanse <jasper@openbsd.org>
PORTNAME= mspdebug
PORTVERSION= 0.17
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= peterjeremy@acm.org
COMMENT= Debugger for use with MSP 430 MCUs
LICENSE= GPLv2
MAN1= mspdebug.1
USE_GMAKE= yes
PLIST_FILES= bin/mspdebug
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mspdebug ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mspdebug.man ${PREFIX}/man/man1/mspdebug.1
.include <bsd.port.post.mk>