1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/libffi/Makefile
Daichi GOTO 4776874a8b - Update to 3.0.7
o Fix for FreeBSD/ppc (Thanks to Andreas Tobler)

PR:		ports/128863
Submitted by:	bkoenig@alpha-tierchen.de (maintainer)
2008-11-14 08:36:46 +00:00

30 lines
694 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.7
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_GNOME= gnomehack gnometarget pkgconfig
PLIST_SUB= PORTVERSION=${PORTVERSION}
INFO= libffi
MAN3= ffi.3 ffi_call.3 ffi_prep_cif.3
post-install:
@${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffi.h ${PREFIX}/include/
@${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffitarget.h ${PREFIX}/include/
.include <bsd.port.mk>