mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
c1b7b44ee3
- Pass maintainership to submitter PR: ports/120736 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de> Approved by: Horance Chou <horance@freera.net> (maintainer)
33 lines
699 B
Makefile
33 lines
699 B
Makefile
# New ports collection makefile for: libffi
|
|
# Date created: 14, June, 1998
|
|
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libffi
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://sourceware.org/pub/libffi/
|
|
|
|
MAINTAINER= bkoenig@alpha-tierchen.de
|
|
COMMENT= Foreign Function Interface
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= automake:110 autoconf:261
|
|
|
|
INFO= libffi
|
|
|
|
MAN3= ffi.3 ffi_call.3 ffi_prep_cif.3
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} -e 's,^\(includesdir = \).*,\1$$(includedir),' \
|
|
${WRKSRC}/include/Makefile.am
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e 's,^\(transform = \).*,\1,' \
|
|
${WRKSRC}/man/Makefile
|
|
|
|
.include <bsd.port.mk>
|