mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21 lines
420 B
Makefile
21 lines
420 B
Makefile
# Created by: Brian Dean <bsd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= avrdude
|
|
PORTVERSION= 5.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= avrdude
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Program for programming the on-chip memory of Atmel AVR CPUs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|