freebsd-ports/devel/libffi/Makefile

30 lines
694 B
Makefile
Raw Normal View History

# New ports collection makefile for: libffi
# Date created: 14, June, 1998
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= libffi
PORTVERSION= 3.0.9
CATEGORIES= devel
MASTER_SITES= ftp://sourceware.org/pub/libffi/
MAINTAINER= bkoenig@alpha-tierchen.de
2003-02-21 12:23:04 +01:00
COMMENT= Foreign Function Interface
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
2008-04-04 15:09:46 +02:00
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>