freebsd-ports/devel/lpc21isp/Makefile
Mark Linimon 383e063169 Also broken on ia64 and powerpc.
Hat:		portmgr
2010-04-01 05:34:47 +00:00

29 lines
600 B
Makefile

# 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} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>