Files
pkgsrc-ng/devel/gputils/Makefile
2016-01-21 23:42:40 +01:00

27 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"