summaryrefslogtreecommitdiff
path: root/cross/avrdude/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach@pkgsrc.org>2003-07-17 19:09:23 +0000
committerwennmach <wennmach@pkgsrc.org>2003-07-17 19:09:23 +0000
commitfb54ce400f0f5dfc27e13f2c3011afc5f706817d (patch)
tree25ad23c1392c615e210c0f530dda2f1d9c5a1652 /cross/avrdude/Makefile
parent7f512cd63ec133c811663e197e0910d65b350673 (diff)
downloadpkgsrc-fb54ce400f0f5dfc27e13f2c3011afc5f706817d.tar.gz
avrdude - Program for programming the on-chip memory of Atmel AVR CPUs
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD.
Diffstat (limited to 'cross/avrdude/Makefile')
-rw-r--r--cross/avrdude/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
new file mode 100644
index 00000000000..2d332641dad
--- /dev/null
+++ b/cross/avrdude/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/17 19:09:23 wennmach Exp $
+# FreeBSD Id: ports/devel/avrdude/Makefile,v 1.4 2003/04/19 14:13:25 bsd Exp
+
+DISTNAME= avrdude-4.1.0
+CATEGORIES= cross
+MASTER_SITES= http://savannah.nongnu.org/download/avrdude/stable.pkg/4.1.0/
+
+MAINTAINER= karlj@mdstud.chalmers.se
+HOMEPAGE= http://www.bsdhome.com/avrdude/
+COMMENT= Program for programming the on-chip memory of Atmel AVR CPUs
+
+BUILD_DEPENDS= teTeX>=1.0:../../print/teTeX
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX} --disable-versioned-doc
+
+.include "../../mk/bsd.pkg.mk"