summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/k8048/Makefile30
-rw-r--r--devel/k8048/distinfo3
-rw-r--r--devel/k8048/files/patch-k8048__Makefile11
-rw-r--r--devel/k8048/pkg-descr5
5 files changed, 50 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 25868c0..2ab761b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -504,6 +504,7 @@
SUBDIR += jtag
SUBDIR += jude-community
SUBDIR += judy
+ SUBDIR += k8048
SUBDIR += kaptain
SUBDIR += kcachegrind
SUBDIR += kdbg
diff --git a/devel/k8048/Makefile b/devel/k8048/Makefile
new file mode 100644
index 0000000..4ffdd8b
--- /dev/null
+++ b/devel/k8048/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: k8048
+# Date Created: Oct 6 2007
+# Whom: Bruce M. Simpson <bms@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= k8048
+PORTVERSION= 0.1
+CATEGORIES= devel
+MASTER_SITES= http://dev.kewl.org/k8048/
+DISTNAME= $(PORTNAME)
+
+MAINTAINER= bms@FreeBSD.org
+COMMENT= Programs Microchip PICs using Velleman K8048 board
+
+USE_GMAKE= yes
+
+#BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils
+
+PLIST_FILES= bin/${PORTNAME}
+
+do-build:
+ cd ${BUILD_WRKSRC}/${PORTNAME} && ${GMAKE} all
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${PORTNAME} \
+ ${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/devel/k8048/distinfo b/devel/k8048/distinfo
new file mode 100644
index 0000000..3804a91
--- /dev/null
+++ b/devel/k8048/distinfo
@@ -0,0 +1,3 @@
+MD5 (k8048.tar.gz) = c655bca062db4d50cba30e7df049f502
+SHA256 (k8048.tar.gz) = c759777a8b2ce0bde3601dd1df6a280e6fa782d2588fe665773f546c8dbe1fff
+SIZE (k8048.tar.gz) = 134952
diff --git a/devel/k8048/files/patch-k8048__Makefile b/devel/k8048/files/patch-k8048__Makefile
new file mode 100644
index 0000000..4d459f9
--- /dev/null
+++ b/devel/k8048/files/patch-k8048__Makefile
@@ -0,0 +1,11 @@
+--- k8048/Makefile.orig Sat Oct 6 20:36:54 2007
++++ k8048/Makefile Sat Oct 6 20:36:58 2007
+@@ -33,7 +33,7 @@
+
+ all: ${TARGET}
+ # cd microchip && make
+- cd velleman && make
++# cd velleman && make
+ # cd asm && make
+
+ $(TARGET): $(OBJECT)
diff --git a/devel/k8048/pkg-descr b/devel/k8048/pkg-descr
new file mode 100644
index 0000000..f16cb36
--- /dev/null
+++ b/devel/k8048/pkg-descr
@@ -0,0 +1,5 @@
+k8048 is a command-line utility by Darron Broad for programming Microchip
+PICs, using the Velleman K8048 programmer kit.
+
+Bruce
+bms@FreeBSD.org
OpenPOWER on IntegriCloud