mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
e244b8bccc
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :)
22 lines
517 B
Makefile
22 lines
517 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.7 1999/02/02 13:54:00 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
|
|
CONFIGURE_TARGET= # empty
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|