diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-24 21:39:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-24 21:39:14 +0000 |
commit | 270ae1400c12390c5b80133dd6ab2cf467115541 (patch) | |
tree | 7b771c2bf93628fc1a0eeaba0bde6168a61e7f6e /devel/ffcall | |
parent | b6e6e92c6c47cce2722865f9962071cd151723a2 (diff) | |
download | pkgsrc-270ae1400c12390c5b80133dd6ab2cf467115541.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/Makefile | 6 |
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" |