summaryrefslogtreecommitdiff
path: root/devel/avrdude
diff options
context:
space:
mode:
authorBrian S. Dean <bsd@FreeBSD.org>2005-11-05 15:25:01 +0000
committerBrian S. Dean <bsd@FreeBSD.org>2005-11-05 15:25:01 +0000
commit6bebac887d46fca6955cfa1e9811fced20379158 (patch)
tree10adc23f53a617fa9c29a3652ec14cf05415307f /devel/avrdude
parentAs nice as .warning is for telling ports they're doing A Bad Thing, it (diff)
Upgrade to version 5.0. Thanks to Joerg Wunsch for the libusb hooks.
Notes
Notes: svn path=/head/; revision=147383
Diffstat (limited to 'devel/avrdude')
-rw-r--r--devel/avrdude/Makefile9
-rw-r--r--devel/avrdude/distinfo4
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/avrdude/Makefile b/devel/avrdude/Makefile
index f342542b1d44..f6c9a8e5651d 100644
--- a/devel/avrdude/Makefile
+++ b/devel/avrdude/Makefile
@@ -6,18 +6,21 @@
#
PORTNAME= avrdude
-PORTVERSION= 4.4.0.20050211
+PORTVERSION= 5.0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= bsd
+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>
diff --git a/devel/avrdude/distinfo b/devel/avrdude/distinfo
index ea8f4cfc20a9..ba0dc97e304d 100644
--- a/devel/avrdude/distinfo
+++ b/devel/avrdude/distinfo
@@ -1,2 +1,2 @@
-MD5 (avrdude-4.4.0.20050211.tar.gz) = 26eb1296e9ba3ebff4220c7af30e9a86
-SIZE (avrdude-4.4.0.20050211.tar.gz) = 251483
+MD5 (avrdude-5.0.tar.gz) = ac21da160853f7cf7f3f0578c756a52c
+SIZE (avrdude-5.0.tar.gz) = 411884