b6d967201b
In-circuit programming (ISP) tool for the NXP (Philips) LPC1300 / LPC1700 / LPC2000 series ARM7 / M0 / M3 microcontrollers. from Alexander Shiryaev (MAINTAINER) with tweaks by me ok landry@
33 lines
667 B
Makefile
33 lines
667 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/01/15 12:40:17 jasper Exp $
|
|
|
|
COMMENT = ISP tool for LPC2000 and ADUC70xx microcontrollers
|
|
|
|
DISTNAME = lpc21isp-1.79
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://sourceforge.net/projects/lpc21isp/
|
|
|
|
MAINTAINER = Alexander Shiryaev <shiryaev.a.v@gmail.com>
|
|
|
|
# LGPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lpc21isp/}
|
|
|
|
WANTLIB = c
|
|
|
|
WRKDIST = ${WRKDIR}/${DISTNAME:C/-.*//}
|
|
|
|
USE_GMAKE = Yes
|
|
MAKE_FLAGS = CC=${CC}
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/lpc21isp ${PREFIX}/bin/lpc21isp
|
|
|
|
.include <bsd.port.mk>
|