blob: 7d693a8df11728f531abe0dcb3e844e49cf7ec3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64
.endif
.include <bsd.port.post.mk>
|