2001-03-31 04:37:34 +02:00
|
|
|
# New ports collection makefile for: ffcall
|
|
|
|
# Date created: 21 February 2001
|
|
|
|
# Whom: jagapen@home.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-01-11 15:29:31 +01:00
|
|
|
PORTNAME= ffcall
|
2005-01-13 21:19:29 +01:00
|
|
|
PORTVERSION= 1.10
|
2005-05-13 22:26:55 +02:00
|
|
|
PORTREVISION= 1
|
2003-01-11 15:29:31 +01:00
|
|
|
CATEGORIES= devel
|
2005-01-15 12:12:42 +01:00
|
|
|
MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
|
2005-10-02 07:38:48 +02:00
|
|
|
MASTER_SITES+= ${MASTER_SITE_GNUSTEP}
|
|
|
|
MASTER_SITE_SUBDIR= libs
|
2001-03-31 04:37:34 +02:00
|
|
|
|
2003-01-11 15:29:31 +01:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= Foreign function call libraries
|
2001-03-31 04:37:34 +02:00
|
|
|
|
2003-01-11 15:29:31 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-03-31 04:37:34 +02:00
|
|
|
|
2003-01-11 15:29:31 +01:00
|
|
|
MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
|
|
|
|
MANCOMPRESSED= no
|
2005-05-13 22:26:55 +02:00
|
|
|
CFLAGS+= -fPIC
|
2001-03-31 04:37:34 +02:00
|
|
|
|
2004-08-04 14:05:30 +02: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>
|