diff options
author | steve <steve@FreeBSD.org> | 1998-08-10 08:08:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-10 08:08:48 +0800 |
commit | 661c558d39b3fb9e073a78396dae1337cb316b3a (patch) | |
tree | 711e93ba1ae595cf4d36b24bbdbdeece73b7a177 /devel/libffi/Makefile | |
parent | 4114923080f4774e2d873db7296f861f27b821d0 (diff) | |
download | freebsd-ports-gnome-661c558d39b3fb9e073a78396dae1337cb316b3a.tar.gz freebsd-ports-gnome-661c558d39b3fb9e073a78396dae1337cb316b3a.tar.zst freebsd-ports-gnome-661c558d39b3fb9e073a78396dae1337cb316b3a.zip |
Initial import of libffi version 1.18.
Foreign Function Interface.
PR: 6943
Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r-- | devel/libffi/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
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 <horance@freedom.ie.cycu.edu.tw> +# +# $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 <bsd.port.mk> |