summaryrefslogtreecommitdiff
path: root/devel/ffcall
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-07-24 21:39:14 +0000
committerdmcmahill <dmcmahill>2000-07-24 21:39:14 +0000
commitbf102fd22ff4e99b52d4b2044927b1f9792be338 (patch)
tree7b771c2bf93628fc1a0eeaba0bde6168a61e7f6e /devel/ffcall
parentf880562316fe0525c9506956ad2bb1ea96d5838a (diff)
downloadpkgsrc-bf102fd22ff4e99b52d4b2044927b1f9792be338.tar.gz
add ONLY_FOR_PLATFORM and a comment about what needs to be done to support
additional platforms.
Diffstat (limited to 'devel/ffcall')
-rw-r--r--devel/ffcall/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile
index 185571e5aa6..15fa44068e3 100644
--- a/devel/ffcall/Makefile
+++ b/devel/ffcall/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/08/26 19:54:15 proff Exp $
+# $NetBSD: Makefile,v 1.2 2000/07/24 21:39:14 dmcmahill Exp $
DISTNAME= ffcall-1.6
CATEGORIES= devel
@@ -7,6 +7,10 @@ MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://clisp.cons.org/~haible/packages-ffcall.html
+# the file ${WRKDIR}/ffcall-1.6/avcall/avcall-${MACHINE_ARCH}.c needs to
+# be added for additional port support.
+ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-i386 *-*-m68k *-*-sparc *-*-sparc64
+
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"