mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
27 lines
590 B
Makefile
27 lines
590 B
Makefile
# New ports collection makefile for: avrdude
|
|
# Date created: 8 April 2003
|
|
# Whom: Brian Dean <bsd@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= avrdude
|
|
PORTVERSION= 5.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= avrdude
|
|
|
|
MAINTAINER= bsd@FreeBSD.org
|
|
COMMENT= Program for programming the on-chip memory of Atmel AVR CPUs
|
|
|
|
LIB_DEPENDES= usb-0.1.8:${PORTSDIR}/devel/libusb
|
|
|
|
MAN1= avrdude.1
|
|
MANCOMPRESSED= no
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|