0e914c99fa
Extended error and warning messages. Enabled the CONFIG directive on the 12-bit and 14-bit devices. Enabled the IDLOCS directive on the pic18fxxx devices. The gpasm lists the properties of the processors. New predefined constants in the gpasm: __EEPROM_START, etc. The gpdasm shows the names of SFRs and bits, in addition shows the labels in code. The inc and lkr files are synced with MPLABX 2.20
26 lines
645 B
Makefile
26 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.20 2015/08/22 16:27:07 bouyer Exp $
|
|
|
|
DISTNAME= gputils-1.4.0-1
|
|
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
|
|
|
|
CONFLICTS= gpasm-*
|
|
|
|
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"
|