1998-08-10 00:08:48 +00:00
|
|
|
# New ports collection makefile for: libffi
|
|
|
|
# Version required: 1.18
|
|
|
|
# Date created: 14, June, 1998
|
|
|
|
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
|
|
|
|
#
|
1998-10-12 18:42:20 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1998/08/10 00:08:48 steve Exp $
|
1998-08-10 00:08:48 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= libffi-1.18
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.cygnus.com:/pub/green/
|
|
|
|
|
|
|
|
MAINTAINER= horance@freedom.ie.cycu.edu.tw
|
|
|
|
|
1998-10-12 18:42:20 +00:00
|
|
|
BROKEN_ELF= libffi.so
|
|
|
|
|
1998-08-10 00:08:48 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
ALL_TARGET= test
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|