openbsd-ports/devel/libffi/Makefile
jasper 70e8508886 - enable libffi on hppa
tested by landry@, thanks!
2009-10-23 15:39:51 +00:00

35 lines
813 B
Makefile

# $OpenBSD: Makefile,v 1.6 2009/10/23 15:39:51 jasper Exp $
# m88k - not tested yet
# mips64 - OpenBSD doesn't provide a cacheflush/cachectl (yet)
# vax - libffi hasn't been ported to vax, and most likely never will.
NOT_FOR_ARCHS= m88k mips64 vax
COMMENT= Foreign Function Interface
DISTNAME= libffi-3.0.8
PKGNAME= ${DISTNAME}p1
SHARED_LIBS += ffi 0.0 # .5.9
CATEGORIES= devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
HOMEPAGE= http://sources.redhat.com/libffi/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://sourceware.org/pub/libffi/
REGRESS_DEPENDS= ::devel/dejagnu
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>