aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libffi/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-10-25 01:14:23 +0800
committervanilla <vanilla@FreeBSD.org>1998-10-25 01:14:23 +0800
commiteb38460b63c3f8b09a16aa2b65dc60ce52f9a9f5 (patch)
treebc184ada1f6255ece76d04c4ff1fd492d6aa9f31 /devel/libffi/Makefile
parent988d038947d261ec7415c726faf146a3e7f922ee (diff)
downloadfreebsd-ports-gnome-eb38460b63c3f8b09a16aa2b65dc60ce52f9a9f5.tar.gz
freebsd-ports-gnome-eb38460b63c3f8b09a16aa2b65dc60ce52f9a9f5.tar.zst
freebsd-ports-gnome-eb38460b63c3f8b09a16aa2b65dc60ce52f9a9f5.zip
Upgrade to 1.20, remove BROKEN_ELF tag.
Submitted by: maintainer.
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r--devel/libffi/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile
index c2cc2f48d34b..2329fd2d756c 100644
--- a/devel/libffi/Makefile
+++ b/devel/libffi/Makefile
@@ -1,24 +1,20 @@
# New ports collection makefile for: libffi
-# Version required: 1.18
+# Version required: 1.20
# Date created: 14, June, 1998
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
#
-# $Id: Makefile,v 1.3 1998/10/20 01:35:24 steve Exp $
+# $Id: Makefile,v 1.4 1998/10/22 06:33:45 asami Exp $
#
-DISTNAME= libffi-1.18
+DISTNAME= libffi-1.20
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.cygnus.com:/pub/green/
+MASTER_SITES= ftp://ftp.cygnus.com/pub/green/
MAINTAINER= horance@freedom.ie.cycu.edu.tw
-VERSION!= sysctl -n kern.osreldate
-.if ${VERSION} < 300000
-BROKEN= undefined symbol in ffitest
-.endif
-
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${PKGNAME}
-ALL_TARGET= test
+
+post-install:
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>