mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b9398223bd
Approved by: portmgr blanket
27 lines
521 B
Makefile
27 lines
521 B
Makefile
# Created by: Steve Franks <stevefranks@ieee.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lpc21isp
|
|
PORTVERSION= 1.97
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= ISP programmer tool for flashing NXP & Analog Devices ARM7 CPUs
|
|
|
|
LICENSE= LGPL3+
|
|
|
|
USES= gmake
|
|
|
|
PLIST_FILES= bin/lpc21isp
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|^CC .*=|CC ?=|' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|