summaryrefslogtreecommitdiff
path: root/devel/libffi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r--devel/libffi/Makefile19
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>