94030b40f6
Added support for many new processors in all families. Added support for CONFIG directive on 18F devices. Support for new COFF format (MPASM default) in gpvo. Fixed bugs.
23 lines
612 B
Makefile
23 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/05/02 16:03:00 bouyer Exp $
|
|
|
|
DISTNAME= gputils-0.13.5
|
|
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"
|