pkgsrc/devel/gputils/Makefile
bouyer ce3308b37b update gputils to 1.5.0. Changes since 1.4.2:
Several pre-defined constant and variable in the gpasm.
    Extension of error and messg directives: These directives - inside of the parameter string - recognize and execute the #v() macro.
    New directives: __badrom, assume, elif, elifdef, elifndef
    New gplink feature: Remove the unnecessary banksel and pagesel directives.
    The errorlevel directive accept number ranges. E.g. +303-310 or -303-310
    The gpvo utility use the disassembler to decode the program memory sections.
    The gplink save the local RAM symbols to COD file.
    The ".direct" directive - inside of the parameter string - recognize and execute the #v() macro.
    The length of source file names in COD file, now 256 bytes long instead of 64 bytes. The gpvc utility thereafter also able to correctly detect the shorter names.
    The inc and lkr files are synced with MPLABX 3.35
2018-06-25 14:01:45 +00:00

28 lines
684 B
Makefile

# $NetBSD: Makefile,v 1.24 2018/06/25 14:01:45 bouyer Exp $
DISTNAME= gputils-1.5.0
#PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gputils/}
MAINTAINER= dogcow@NetBSD.org
HOMEPAGE= http://gputils.sourceforge.net/
COMMENT= Collection of tools for Microchip's PIC micro-processors
LICENSE= gnu-gpl-v2
CONFLICTS= gpasm-[0-9]*
GNU_CONFIGURE= yes
USE_TOOLS+= bison flex gmake
CONFIGURE_ARGS+= --disable-html-doc
INSTALLATION_DIRS= share/doc/gputils
post-install:
for i in ps pdf lyx; do \
${INSTALL_DATA} ${WRKSRC}/doc/gputils.$$i \
${DESTDIR}${PREFIX}/share/doc/gputils; \
done
.include "../../mk/bsd.pkg.mk"