summaryrefslogtreecommitdiff
path: root/devel/avrdude/Makefile
blob: 7a4c5b4d4e8be8edb1b1d3d1cd22fa51c5cbb74f (plain) (blame)
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
# New ports collection makefile for:	avrdude
# Date created:				8 April 2003
# Whom:					Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	avrdude
PORTVERSION=	4.0.0
CATEGORIES=	devel
MASTER_SITES=	http://savannah.nongnu.org/download/avrdude/stable.pkg/4.0.0/
MASTER_SITE_SUBDIR=	bsd

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>