mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
6f72f0dfc9
For a summary of changes since the last release, see: http://savannah.nongnu.org/cgi-bin/viewcvs/avrdude/avrdude/NEWS?rev=1.13&content-type=text/vnd.viewcvs-markup
25 lines
551 B
Makefile
25 lines
551 B
Makefile
# New ports collection makefile for: avrdude
|
|
# Date created: 8 April 2003
|
|
# Whom: Brian Dean <bsd@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= avrdude
|
|
PORTVERSION= 4.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://savannah.nongnu.org/download/avrdude/stable.pkg/4.2.0/
|
|
|
|
MAINTAINER= bsd@FreeBSD.org
|
|
COMMENT= Program for programming the on-chip memory of Atmel AVR CPUs
|
|
|
|
BUILD_DEPENDS= pdftex:${PORTSDIR}/print/teTeX
|
|
|
|
MAN1= avrdude.1
|
|
MANCOMPRESSED= no
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-versioned-doc
|
|
|
|
.include <bsd.port.mk>
|