1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/lpc21isp/Makefile
Greg Larkin 3dfb7787ed Lpc21isp is an in-circuit programming (ISP) tool for programming
flash on NXP & Analog Devices ARM7 CPUs over the serial bootloader

WWW:	http://tech.groups.yahoo.com/group/lpc21isp/
SRC:	http://sourceforge.net/projects/lpc21isp

PR:		ports/131168
Submitted by:	Steve Franks
2009-05-29 19:32:49 +00:00

24 lines
434 B
Makefile

# New ports collection makefile for: lpc21isp
# Date created: 2009-01-30
# Whom: Steve Franks
#
# $FreeBSD$
#
PORTNAME= lpc21isp
PORTVERSION= 1.64
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= bahamasfranks@gmail.com
COMMENT= ISP programmer tool for flashing NXP & Analog Devices ARM7 CPUs
USE_GMAKE= yes
PLIST_FILES= bin/lpc21isp
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>