mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
9d34e0e94d
Approved by: portmgr (blanket)
28 lines
653 B
Makefile
28 lines
653 B
Makefile
# Created by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
|
|
|
|
PORTNAME= libffi
|
|
PORTVERSION= 3.2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SOURCEWARE/${PORTNAME}
|
|
PKGNAMESUFFIX= 321
|
|
|
|
MAINTAINER= zeising@FreeBSD.org
|
|
COMMENT= Foreign Function Interface (stripped down compat version)
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN_riscv64= fails to configure: libffi has not been ported to riscv64-portbld-freebsd13.0.
|
|
|
|
USES= cpe libtool
|
|
USE_LDCONFIG= ${PREFIX}/lib/compat
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --libdir=${PREFIX}/lib/compat \
|
|
--disable-static
|
|
CPE_VENDOR= libffi_project
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|