summaryrefslogtreecommitdiff
path: root/devel/prc-tools-gdb/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-25 17:39:16 +0000
committerwiz <wiz@pkgsrc.org>2001-04-25 17:39:16 +0000
commit9660ab3557d28592d0a3954cf7a8039afe9ae90c (patch)
treed118654cb51dcb716327b971b81b226d4a5265f3 /devel/prc-tools-gdb/Makefile
parentf9f0edb39f3566564e55a6afe22e730ec85f4ad0 (diff)
downloadpkgsrc-9660ab3557d28592d0a3954cf7a8039afe9ae90c.tar.gz
PRC-Tools is a complete compiler tool chain for building Palm OS
applications in C or C++. It is free software. The PRC-Tools package includes patched versions of the GNU packages GCC, binutils, and gdb, along with various post-linker tools to produce Palm OS .PRC files. Supplied by Dieter Baron.
Diffstat (limited to 'devel/prc-tools-gdb/Makefile')
-rw-r--r--devel/prc-tools-gdb/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/prc-tools-gdb/Makefile b/devel/prc-tools-gdb/Makefile
new file mode 100644
index 00000000000..c709f2b2d48
--- /dev/null
+++ b/devel/prc-tools-gdb/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/25 17:39:16 wiz Exp $
+#
+
+PKGNAME= prc-tools-gdb-${PRC_TOOLS_VERS}
+
+COMMENT= gdb for GNU tool chain for Palm cross development
+
+BASE_DIST= gdb
+BASE_VERS= 4.18
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb/gdb ${PREFIX}/bin/m68k-palmos-gdb
+ ${INSTALL_MAN} ${WRKSRC}/gdb/gdb/gdb.1 \
+ ${PREFIX}/man/man1/m68k-palmos-gdb.1
+
+.include "../../devel/prc-tools/Makefile.common"