summaryrefslogtreecommitdiff
path: root/cross/avrdude/Makefile
blob: 557677dce9e84ee3dfb19b244cdd9999490fe938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $NetBSD: Makefile,v 1.16 2006/08/03 19:22:31 wiz Exp $

DISTNAME=	avrdude-4.1.0
PKGREVISION=	3
CATEGORIES=	cross
MASTER_SITES=	http://savannah.nongnu.org/download/avrdude/stable.pkg/4.1.0/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.bsdhome.com/avrdude/
COMMENT=	Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers

USE_GNU_READLINE=	YES
TEX_DEPMETHOD=		build
TEX_ACCEPTED=		teTeX2 teTeX3

GNU_CONFIGURE=	yes
USE_TOOLS+=	makeinfo texi2html
INFO_FILES=	# PLIST

CONFIGURE_ARGS+=	--disable-versioned-doc

# Remove avrdude's buggy and outdated texinfo.tex that was breaking
# modern etex.
#
post-extract:
	${RM} -f ${WRKSRC}/doc/texinfo.tex

.include "../../devel/readline/buildlink3.mk"
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"