freebsd-ports/devel/mspdebug/Makefile
Romain Tartière 81e0f61d19 Update to 0.22.
PR:		150202
Submitted by:	me
Approved by:	peterj (maintainer)
2014-12-10 11:52:40 +00:00

23 lines
500 B
Makefile

# Created by: Peter Jeremy <peterjeremy@acm.org>
# $FreeBSD$
PORTNAME= mspdebug
PORTVERSION= 0.22
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= peterjeremy@acm.org
COMMENT= Debugger for use with MSP 430 MCUs
LICENSE= GPLv2
USES= gmake readline
PLIST_FILES= bin/mspdebug man/man1/mspdebug.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mspdebug ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mspdebug.man \
${STAGEDIR}${MANPREFIX}/man/man1/mspdebug.1
.include <bsd.port.mk>