75dc8f6ad7
the MSP430-JTAG-ISO on non-linux platforms, but due to lack of hardware this hasn't been tested on openbsd..
34 lines
743 B
Makefile
34 lines
743 B
Makefile
# $OpenBSD: Makefile,v 1.14 2012/04/04 15:30:59 jasper Exp $
|
|
|
|
COMMENT= debugger for use with MSP 430 MCUs
|
|
|
|
DISTNAME= mspdebug-0.19
|
|
CATEGORIES= devel devel/msp430
|
|
|
|
HOMEPAGE= http://mspdebug.sourceforge.net/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mspdebug/}
|
|
|
|
WANTLIB += c pthread readline termcap usb
|
|
|
|
BUILD_DEPENDS= archivers/gtar
|
|
LIB_DEPENDS= devel/libusb-compat
|
|
|
|
TAR= ${LOCALBASE}/bin/gtar
|
|
|
|
USE_GMAKE= Yes
|
|
MAKE_FLAGS= CC="${CC}" GCC_CFLAGS="" LDFLAGS=""
|
|
FAKE_FLAGS= PREFIX=${PREFIX} MANDIR=${PREFIX}/man/man1/
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|