2009-10-23 15:39:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2009/10/23 15:39:51 jasper Exp $
|
2009-09-23 20:55:46 +00:00
|
|
|
|
2009-10-23 15:39:51 +00:00
|
|
|
# m88k - not tested yet
|
2009-09-23 20:55:46 +00:00
|
|
|
# mips64 - OpenBSD doesn't provide a cacheflush/cachectl (yet)
|
2009-10-10 18:18:14 +00:00
|
|
|
# vax - libffi hasn't been ported to vax, and most likely never will.
|
2009-10-23 15:39:51 +00:00
|
|
|
NOT_FOR_ARCHS= m88k mips64 vax
|
2009-09-23 20:55:46 +00:00
|
|
|
|
|
|
|
COMMENT= Foreign Function Interface
|
|
|
|
|
|
|
|
DISTNAME= libffi-3.0.8
|
2009-10-10 22:48:54 +00:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2009-09-23 20:55:46 +00:00
|
|
|
SHARED_LIBS += ffi 0.0 # .5.9
|
|
|
|
CATEGORIES= devel
|
|
|
|
|
2009-09-25 15:59:15 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
|
2009-09-23 20:55:46 +00:00
|
|
|
HOMEPAGE= http://sources.redhat.com/libffi/
|
|
|
|
|
2009-10-10 18:18:14 +00:00
|
|
|
# BSD
|
2009-09-23 20:55:46 +00:00
|
|
|
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>
|