openbsd-ports/devel/ffcall/Makefile
kili b96025d838 Doesn't build on arm.
In case somebody likes real pain: http://mat.exon.name/logs/clisp
seems to contain some hints, and even a diff (which doesn't apply).
2010-01-10 13:10:36 +00:00

37 lines
975 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/01/10 13:10:36 kili Exp $
# $FreeBSD: ports/devel/ffcall/Makefile,v 1.2 2001/08/31 14:20:18 sobomax Exp $
# Original From: jagapen@home.com
# m68k: mmap configure test causes system hang
# arm: doesn't build super-old and broken assember files
NOT_FOR_ARCHS= arm m68k
COMMENT= foreign function call libraries
DISTNAME= ffcall-1.10
SHARED_LIBS= avcall 1.0 \
callback 1.0
CATEGORIES= devel
MASTER_SITES= http://www.haible.de/bruno/gnu/ \
ftp://ftp.ilog.fr/pub/Users/haible/gnu/
HOMEPAGE= http://www.haible.de/bruno/packages-ffcall.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
FAKE_FLAGS= htmldir="\$$(datadir)/doc/ffcall/html"
pre-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ffcall/html
.include <bsd.port.mk>