pkgsrc/cross/avrdude/Makefile
jakllsch a09d2f2179 Enable USB programmers (such as AVRISP mkII) by adding libusb dependency.
Thereby hitherto forth yonder the revision is bumped.
2010-01-20 03:31:58 +00:00

49 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.27 2010/01/20 03:31:58 jakllsch Exp $
DISTNAME= avrdude-5.8
PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.bsdhome.com/avrdude/
COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
USE_GNU_READLINE= yes
TEX_DEPMETHOD= build
TEX_ACCEPTED= teTeX3
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf automake autoreconf makeinfo texi2html yacc lex
INFO_FILES= yes
EGDIR= ${PREFIX}/share/examples/avrdude
CONF_FILES= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf
CONF_FILES_PERMS= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf \
${ROOT_USER} ${ROOT_GROUP} 644
CONFIGURE_ARGS+= --enable-doc
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ENV+= DEFAULT_SER_PORT=${DEFAULT_SERIAL_DEVICE:Q}
PLIST_SUBST+= DISTNAME=${DISTNAME:Q}
# The autotools used by this pkg are older than what's in pkgsrc
# currently. This makes the diffs huge.
pre-configure:
cd ${WRKSRC} && autoreconf -vif
# DragonFly has stripped makeinfo in the base - without texi2dvi.
.if ${OPSYS} == "DragonFly"
BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo
.endif
.include "../../devel/libusb/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"