1998-08-10 02:08:48 +02:00
|
|
|
# New ports collection makefile for: libffi
|
1999-02-02 14:54:00 +01:00
|
|
|
# Date created: 14, June, 1998
|
|
|
|
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
|
1998-08-10 02:08:48 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-08-10 02:08:48 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= libffi
|
2010-01-05 02:35:55 +01:00
|
|
|
PORTVERSION= 3.0.9
|
1998-08-10 02:08:48 +02:00
|
|
|
CATEGORIES= devel
|
2008-02-21 10:07:17 +01:00
|
|
|
MASTER_SITES= ftp://sourceware.org/pub/libffi/
|
1998-08-10 02:08:48 +02:00
|
|
|
|
2008-02-21 10:07:17 +01:00
|
|
|
MAINTAINER= bkoenig@alpha-tierchen.de
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Foreign Function Interface
|
1998-08-10 02:08:48 +02:00
|
|
|
|
2008-02-21 10:07:17 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2008-04-04 15:09:46 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2008-04-04 14:59:12 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
1998-10-24 19:14:23 +02:00
|
|
|
|
2008-02-21 10:07:17 +01:00
|
|
|
INFO= libffi
|
2005-04-02 21:37:31 +02:00
|
|
|
|
2008-02-21 10:07:17 +01:00
|
|
|
MAN3= ffi.3 ffi_call.3 ffi_prep_cif.3
|
2004-03-05 09:36:14 +01:00
|
|
|
|
2008-10-22 09:31:06 +02:00
|
|
|
post-install:
|
|
|
|
@${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffi.h ${PREFIX}/include/
|
|
|
|
@${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffitarget.h ${PREFIX}/include/
|
|
|
|
|
2008-02-21 10:07:17 +01:00
|
|
|
.include <bsd.port.mk>
|