1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/devel/avrdude/Makefile
Chris Rees cf7b95d708 Update to 5.11
PR:		ports/161413
Submitted by:	4720
Approved by:	joerg via email
2011-12-14 20:31:10 +00:00

34 lines
651 B
Makefile

# New ports collection makefile for: avrdude
# Date created: 8 April 2003
# Whom: 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
MAN1= avrdude.1
MANCOMPRESSED= no
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
.endif
.include <bsd.port.post.mk>