freebsd-ports/devel/avrdude/Makefile
Brian S. Dean 5c9c92bea5 Update to latest development snapshot; documentation build is disabled
by default, man page is still available; new safe-mode is enabled by
default.
2005-02-12 14:45:19 +00:00

24 lines
472 B
Makefile

# New ports collection makefile for: avrdude
# Date created: 8 April 2003
# Whom: Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= avrdude
PORTVERSION= 4.4.0.20050211
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bsd
MAINTAINER= bsd@FreeBSD.org
COMMENT= Program for programming the on-chip memory of Atmel AVR CPUs
MAN1= avrdude.1
MANCOMPRESSED= no
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>