CHANGES: [gputils] Updated header files and linker scripts. {gputils] Fixed UPPER to mask with 0xff instead of 0x3f. [gpasm] Mask MOVLB with 0xf instead of 0xff. [gpasm] Fixed default access bit for extended pic16e. [gpasm] Fixed 18xx config bug when config the last section. [gputils] Fixed bsr boundary for 18f2455/2550/4455/4550. [gplib] Allow forward and back slashes as directory delimiters.
23 lines
611 B
Makefile
23 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.9 2007/05/13 20:47:37 bouyer Exp $
|
|
|
|
DISTNAME= gputils-0.13.4
|
|
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+= gmake
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gputils
|
|
for i in ps pdf lyx; do \
|
|
${INSTALL_DATA} ${WRKSRC}/doc/gputils.$$i \
|
|
${PREFIX}/share/doc/gputils; \
|
|
done
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|