View | Details | Raw Unified | Return to bug 175027 | Differences between
and this patch

Collapse All | Expand All

(-)devel/lpc21isp/Makefile (-8 / +10 lines)
Lines 2-25 Link Here
2
# $FreeBSD: head/devel/lpc21isp/Makefile 305025 2012-09-29 05:53:38Z danfe $
2
# $FreeBSD: head/devel/lpc21isp/Makefile 305025 2012-09-29 05:53:38Z danfe $
3
3
4
PORTNAME=	lpc21isp
4
PORTNAME=	lpc21isp
5
PORTVERSION=	1.64
5
PORTVERSION=	1.85
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	SF
7
MASTER_SITES=	SF
8
DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//}
8
9
9
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	ISP programmer tool for flashing NXP & Analog Devices ARM7 CPUs
11
COMMENT=	ISP programmer tool for flashing NXP & Analog Devices ARM7 CPUs
11
12
12
LICENSE=	GPLv3 LGPL3
13
LICENSE=	LGPL3 # (or later)
13
LICENSE_COMB=	dual
14
14
15
MAKE_ENV=	RM="${RM}"
15
NO_WRKSUBDIR=	yes
16
ALL_TARGET=	clean all
17
16
18
PLIST_FILES=	bin/${PORTNAME}
17
USE_GMAKE=	yes
18
MAKE_JOBS_SAFE=	yes
19
20
PLIST_FILES=	bin/lpc21isp
19
21
20
post-patch:
22
post-patch:
21
# Respect CC, remove some apparently old and GNU make spelled conditional
23
	@${REINPLACE_CMD} -e \
22
	@${REINPLACE_CMD} -e '4,8d' ${WRKSRC}/Makefile
24
		's|^CC .*=|CC ?=|' ${WRKSRC}/Makefile
23
25
24
do-install:
26
do-install:
25
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
27
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
(-)devel/lpc21isp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lpc21isp-1.64.tar.gz) = cf0873c0770cb8b59077d12f0fd8538608d87ccb326a1a97a97ecc85efdf891d
1
SHA256 (lpc21isp_185.tar.gz) = b85f10265fa83cdaab5b975e7bd53bb47289f1207b45e99cd753ea7a75fb7088
2
SIZE (lpc21isp-1.64.tar.gz) = 73600
2
SIZE (lpc21isp_185.tar.gz) = 54735

Return to bug 175027