diff options
author | rumble <rumble@pkgsrc.org> | 2004-10-25 01:58:09 +0000 |
---|---|---|
committer | rumble <rumble@pkgsrc.org> | 2004-10-25 01:58:09 +0000 |
commit | 974e59c8ed4080ffa58b26da74d698566b245397 (patch) | |
tree | 17ceab2fd3120d8087edf5d436b0326256475da2 /cross/uisp/Makefile | |
parent | b9afb3217fafdc9a69664969688d5346b61764ff (diff) | |
download | pkgsrc-974e59c8ed4080ffa58b26da74d698566b245397.tar.gz |
uisp-20040311
AVR microcontroller hardware in-system programmer
Diffstat (limited to 'cross/uisp/Makefile')
-rw-r--r-- | cross/uisp/Makefile | 17 |
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" |