From 2dbcfeefc947d3ed0f0509a340b77dfb0633c7f8 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 10 Jul 2003 06:30:36 +0000 Subject: It's been several months since I took maintainership of this port and I still haven't done anything with it. Perhaps someone else will pick it up. While here, mark as only for i386, as it does not configure on the other architectures. I don't know how much work it would take. PR: 54305 Submitted by: maintainer --- palm/prc-tools/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'palm/prc-tools') diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 183467d52b29..dd6208615079 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -16,11 +16,15 @@ DISTFILES= ${DISTNAME}.tar.gz \ binutils-2.12.1.tar.bz2 gdb-5.0.tar.bz2 gcc-2.95.3.tar.bz2 EXTRACT_ONLY= binutils-2.12.1.tar.bz2 gdb-5.0.tar.bz2 gcc-2.95.3.tar.bz2 -MAINTAINER= linimon@lonesome.com +MAINTAINER= ports@FreeBSD.org COMMENT= Collection of tools supporting C and C++ programming for Palm OS BUILD_DEPENDS= ${LOCALBASE}/bin/autoheader:${PORTSDIR}/devel/autoconf +# it is unknown whether it could actually be made to work elsewhere, +# but right now it does not. +ONLY_FOR_ARCHS= i386 + USE_BZIP2= YES USE_BISON= YES USE_GMAKE= YES -- cgit v1.2.3