mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
27 lines
596 B
Makefile
27 lines
596 B
Makefile
# New ports collection makefile for: ffcall
|
|
# Date created: 21 February 2001
|
|
# Whom: jagapen@home.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ffcall
|
|
PORTVERSION= 1.9
|
|
CATEGORIES= devel
|
|
#MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
|
|
ftp://ftp.gnustep.org/pub/gnustep/libs/
|
|
MASTER_SITE_SUBDIR= libs
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Foreign function call libraries
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL_VER= 13
|
|
ONLY_FOR_ARCHS= i386 alpha ia64
|
|
|
|
MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
|
|
MANCOMPRESSED= no
|
|
|
|
.include <bsd.port.mk>
|