aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-07-10 14:30:36 +0800
committererwin <erwin@FreeBSD.org>2003-07-10 14:30:36 +0800
commit276bfadcaf250ec682c38eae3055e5e9cb712bcc (patch)
tree7b0589319ea114239b4ebe4148d5d09c3000f851
parent64e4c22e6c8ad75f8a25e6342d75d429fd9cff6e (diff)
downloadfreebsd-ports-gnome-276bfadcaf250ec682c38eae3055e5e9cb712bcc.tar.gz
freebsd-ports-gnome-276bfadcaf250ec682c38eae3055e5e9cb712bcc.tar.zst
freebsd-ports-gnome-276bfadcaf250ec682c38eae3055e5e9cb712bcc.zip
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
-rw-r--r--palm/prc-tools/Makefile6
1 files changed, 5 insertions, 1 deletions
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