From 661c558d39b3fb9e073a78396dae1337cb316b3a Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 10 Aug 1998 00:08:48 +0000 Subject: Initial import of libffi version 1.18. Foreign Function Interface. PR: 6943 Submitted by: Horance Chou --- devel/libffi/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/libffi/Makefile (limited to 'devel/libffi/Makefile') diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile new file mode 100644 index 000000000000..e510528aa765 --- /dev/null +++ b/devel/libffi/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: libffi +# Version required: 1.18 +# Date created: 14, June, 1998 +# Whom: Horance Chou +# +# $Id$ +# + +DISTNAME= libffi-1.18 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.cygnus.com:/pub/green/ + +MAINTAINER= horance@freedom.ie.cycu.edu.tw + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PKGNAME} +ALL_TARGET= test + +.include -- cgit