summaryrefslogtreecommitdiff
path: root/cross/uisp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/uisp/Makefile')
-rw-r--r--cross/uisp/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/cross/uisp/Makefile b/cross/uisp/Makefile
new file mode 100644
index 00000000000..8568c144ddd
--- /dev/null
+++ b/cross/uisp/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/25 01:58:09 rumble Exp $
+#
+
+DISTNAME= uisp-20040311
+CATEGORIES= cross
+MASTER_SITES= http://savannah.nongnu.org/download/uisp/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rumble@NetBSD.org
+HOMEPAGE= http://savannah.nongnu.org/projects/uisp
+COMMENT= AVR microcontroller hardware in-system programmer
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"