1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Cleanup Makefile header and define LICENSE knob(s)

- Set ALL_TARGET to ensure we're actually compiling stuff
- Stop wanting GNU make, it was needed just for bogus conditional that
  really does nothing and is removed as well
- Uphold CC value and reformat port description while I am here
- Remove BROKEN statement since it builds fine at least on two arches
  per what I see here

Tested on:	flame (sparc64) and pluto2 (ia64)
Nota bene:	new version, 1.83, is available at sf.net
This commit is contained in:
Alexey Dokuchaev 2012-09-29 05:53:38 +00:00
parent a5330fedde
commit cf3793127b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305025
2 changed files with 18 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# Created by: Steve Franks
# Created by: Steve Franks <stevefranks@ieee.org>
# $FreeBSD$
PORTNAME= lpc21isp
@ -9,17 +9,19 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= ISP programmer tool for flashing NXP & Analog Devices ARM7 CPUs
USE_GMAKE= yes
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
PLIST_FILES= bin/lpc21isp
MAKE_ENV= RM="${RM}"
ALL_TARGET= clean all
PLIST_FILES= bin/${PORTNAME}
post-patch:
# Respect CC, remove some apparently old and GNU make spelled conditional
@${REINPLACE_CMD} -e '4,8d' ${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
Lpc21isp is an in-circuit programming (ISP) tool for programming
flash on NXP & Analog Devices ARM7 CPUs over the serial bootloader
Lpc21isp is an in-circuit programming (ISP) tool for the NXP (Philips)
LPC1100/LPC1300/LPC1700/LPC2000 series ARM7/Cortex-M0/Cortex-M3 micro-
controllers 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
WWW: http://tech.groups.yahoo.com/group/lpc21isp/