diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-01 11:20:58 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-01 11:20:58 +0000 |
commit | 9d4693d397e1d7a5abf88d4d571d2a39f029bf17 (patch) | |
tree | 6fe2c850915c78aaf0341dd8064f40f61e9682df /devel/Makefile | |
parent | b9c2bea73d393f20058ef62947d573b8ba1f5421 (diff) | |
download | ports-9d4693d397e1d7a5abf88d4d571d2a39f029bf17.tar.gz ports-9d4693d397e1d7a5abf88d4d571d2a39f029bf17.zip |
New port: devel/pikdev
PiKdev is a simple graphic IDE for the development of PIC-based applications.
It currently supports assembly language. C language is also supported for PIC
18 devices. PiKdev is developed in C++ under Linux, FreeBSD and is based on
the KDE environment.
WWW: http://pikdev.free.fr/
Approved by: garga (mentor)
Notes
Notes:
svn path=/head/; revision=169324
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 190b40028558..19626b543321 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1542,6 +1542,7 @@ SUBDIR += picasm SUBDIR += picp SUBDIR += picprog + SUBDIR += pikdev SUBDIR += pinstall SUBDIR += pkg-config SUBDIR += plan9port |