mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# Created by: Peter Jeremy <peterjeremy@acm.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mspdebug
|
|
PORTVERSION= 0.21
|
|
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>
|