pkgsrc/devel/openocd/Makefile
rodent ca2442a560 Import openocd-0.8.0 as devel/openocd.
Free and open on-chip debugging, in-system programming and boundary-scan
testing.
2015-04-04 00:26:42 +00:00

26 lines
589 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/04 00:26:42 rodent Exp $
DISTNAME= openocd-0.8.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openocd/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://openocd.org/
COMMENT= Open On-Chip Debugger
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
MAKE_JOBS_SAFE= no
INFO_FILES= yes
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
.include "options.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"