mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
43346c0638
and remove patches.aout, we dont need it anymore.
21 lines
491 B
Makefile
21 lines
491 B
Makefile
# New ports collection makefile for: libffi
|
|
# Version required: 1.20
|
|
# Date created: 14, June, 1998
|
|
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/11/16 15:55:46 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= libffi-1.20
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.cygnus.com/pub/green/
|
|
|
|
MAINTAINER= horance@freedom.ie.cycu.edu.tw
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|