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-02-02 13:54:00 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/11/16 15:55:46 vanilla 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
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
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>
|