SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/lpc21isp/Makefile
Normal file
28
devel/lpc21isp/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
COMMENT = ISP tool for LPC2000 and ADUC70xx microcontrollers
|
||||
|
||||
V = 1.97
|
||||
DISTNAME = lpc21isp_${V:S/.//}
|
||||
PKGNAME = lpc21isp-${V}
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://sourceforge.net/projects/lpc21isp/
|
||||
|
||||
# LGPLv3+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lpc21isp/}
|
||||
|
||||
WANTLIB = c
|
||||
|
||||
USE_GMAKE = Yes
|
||||
MAKE_FLAGS = CC=${CC}
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
FIX_CRLF_FILES = lpc21isp.h
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/lpc21isp ${PREFIX}/bin/lpc21isp
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/lpc21isp/distinfo
Normal file
2
devel/lpc21isp/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (lpc21isp_197.tar.gz) = n32AOC5LcL+kIAIzRm8p9zo2/qfcYE4y8Fuapp71kdw=
|
||||
SIZE (lpc21isp_197.tar.gz) = 62171
|
11
devel/lpc21isp/patches/patch-lpc21isp_h
Normal file
11
devel/lpc21isp/patches/patch-lpc21isp_h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- lpc21isp.h.orig Fri Dec 30 21:58:01 2016
|
||||
+++ lpc21isp.h Fri Dec 30 21:58:11 2016
|
||||
@@ -38,7 +38,7 @@ Portions Copyright (c) by Aeolus Development 2004 http
|
||||
#elif defined(__CYGWIN__)
|
||||
#define COMPILE_FOR_CYGWIN
|
||||
#define COMPILED_FOR "Cygwin"
|
||||
-#elif (defined(__arm__) || defined(__thumb__)) && !defined(__linux__)
|
||||
+#elif 0
|
||||
#define COMPILE_FOR_LPC21
|
||||
#define COMPILED_FOR "ARM"
|
||||
#define printf iprintf
|
4
devel/lpc21isp/pkg/DESCR
Normal file
4
devel/lpc21isp/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
In-circuit programming (ISP) tool for the NXP (Philips) LPC800 /
|
||||
LPC1100 / LPC1300 / LPC1700 / LPC1800 / LPC2000 / LPC4300 series
|
||||
ARM7 / Cortex-M0 / Cortex-M0+ / Cortex-M3 / Cortex-M4
|
||||
microcontrollers.
|
1
devel/lpc21isp/pkg/PLIST
Normal file
1
devel/lpc21isp/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@bin bin/lpc21isp
|
Loading…
Add table
Add a link
Reference in a new issue