summaryrefslogtreecommitdiff
path: root/cross/bossa/Makefile
diff options
context:
space:
mode:
authorreinoud <reinoud>2014-01-14 15:36:59 +0000
committerreinoud <reinoud>2014-01-14 15:36:59 +0000
commit0e9d5eabd85dbcd04d02bbeb492cd8d98fa6a35c (patch)
tree0287840dba4a11022ba0dd69ba7371f08a21c882 /cross/bossa/Makefile
parentf522545752055783774913a5a3e0e9c50a661148 (diff)
downloadpkgsrc-0e9d5eabd85dbcd04d02bbeb492cd8d98fa6a35c.tar.gz
Add bossa-20140109:
BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software.
Diffstat (limited to 'cross/bossa/Makefile')
-rw-r--r--cross/bossa/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/cross/bossa/Makefile b/cross/bossa/Makefile
new file mode 100644
index 00000000000..73d76b741e3
--- /dev/null
+++ b/cross/bossa/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2014/01/14 15:36:59 reinoud Exp $
+
+PKGNAME= bossa-20140109
+DISTNAME= b-o-s-s-a-code-05bfcc39bc0453c3028b1161175b95a81af7a901
+CATEGORIES= comms
+MASTER_SITES= http://sourceforge.net/code-snapshots/git/b/b-/b-o-s-s-a/code.git/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc@NetBSD.org
+HOMEPAGE= http://sourceforge.net/code-snapshots/git/b/b-/b-o-s-s-a/code.git/
+COMMENT= Open source SAM-BA compatible Atmel ARM programmer
+LICENSE= gnu-gpl-v3
+
+INSTALLATION_DIRS= bin
+
+post-patch:
+ ${CP} files/* ${WRKSRC}/src/
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${DESTDIR}${PREFIX}/bin
+
+
+USE_LANGUAGES= c++
+USE_TOOLS= gmake
+
+.include "../../devel/readline/buildlink3.mk"
+.include "../../x11/wxGTK28/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"