${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. :)
30 lines
775 B
Makefile
30 lines
775 B
Makefile
# New ports collection makefile for: kaffe
|
|
# Version required: 1.0.b3
|
|
# Date created: 20 February 1995
|
|
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
|
|
#
|
|
# $Id: Makefile,v 1.39 1999/01/23 07:05:27 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= kaffe-1.0.b3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
|
|
|
|
MAINTAINER= xaa@xaa.iae.nl
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
gif.3:${PORTSDIR}/graphics/giflib \
|
|
png.3:${PORTSDIR}/graphics/png
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L/usr/local/lib"
|
|
CONFIGURE_TARGET= # empty
|
|
MAN1= kaffe.1
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ENVIRONMENT ${PREFIX}/share/kaffe
|
|
${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|