2001-03-31 02:37:34 +00:00
|
|
|
# New ports collection makefile for: ffcall
|
|
|
|
# Date created: 21 February 2001
|
|
|
|
# Whom: jagapen@home.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-01-11 14:29:31 +00:00
|
|
|
PORTNAME= ffcall
|
2004-02-20 05:50:20 +00:00
|
|
|
PORTVERSION= 1.9
|
2004-08-20 20:30:00 +00:00
|
|
|
PORTREVISION= 1
|
2003-01-11 14:29:31 +00:00
|
|
|
CATEGORIES= devel
|
2003-01-11 14:57:19 +00:00
|
|
|
#MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
|
|
|
|
ftp://ftp.gnustep.org/pub/gnustep/libs/
|
|
|
|
MASTER_SITE_SUBDIR= libs
|
2001-03-31 02:37:34 +00:00
|
|
|
|
2003-01-11 14:29:31 +00:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 18:26:42 +00:00
|
|
|
COMMENT= Foreign function call libraries
|
2001-03-31 02:37:34 +00:00
|
|
|
|
2003-01-11 14:29:31 +00:00
|
|
|
USE_GMAKE= yes
|
2004-08-20 20:30:00 +00:00
|
|
|
USE_LIBTOOL_VER= 15
|
2004-08-04 12:05:30 +00:00
|
|
|
NOT_FOR_ARCHS= sparc64
|
2001-03-31 02:37:34 +00:00
|
|
|
|
2003-01-11 14:29:31 +00:00
|
|
|
MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
|
|
|
|
MANCOMPRESSED= no
|
2001-03-31 02:37:34 +00:00
|
|
|
|
2004-08-04 12:05:30 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
|
|
|
.else
|
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|