1998-08-10 00:08:48 +00:00
|
|
|
# New ports collection makefile for: libffi
|
1999-02-02 13:54:00 +00:00
|
|
|
# Version required: 1.20
|
|
|
|
# Date created: 14, June, 1998
|
|
|
|
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
|
1998-08-10 00:08:48 +00:00
|
|
|
#
|
1999-06-05 19:00:43 +00:00
|
|
|
# $Id: Makefile,v 1.8 1999/03/08 07:28:22 asami Exp $
|
1998-08-10 00:08:48 +00:00
|
|
|
#
|
|
|
|
|
1998-10-24 17:14:23 +00:00
|
|
|
DISTNAME= libffi-1.20
|
1998-08-10 00:08:48 +00:00
|
|
|
CATEGORIES= devel
|
1998-10-24 17:14:23 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cygnus.com/pub/green/
|
1998-08-10 00:08:48 +00:00
|
|
|
|
|
|
|
MAINTAINER= horance@freedom.ie.cycu.edu.tw
|
|
|
|
|
1999-06-05 19:00:43 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-03-08 07:28:36 +00:00
|
|
|
CONFIGURE_TARGET= # empty
|
1998-10-24 17:14:23 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-08-10 00:08:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|